Skip to content

Commit

Permalink
debug versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kumiori committed Oct 7, 2024
1 parent 765acdb commit 0fe6b60
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade --force-reinstall numpy
python3 -m pip install . # Install irrevolutions package
- name: Check versions of installed packages
run: |
python3 -c "import numpy; print(f'NumPy version: {numpy.__version__}')"
python3 -c "import scipy; print(f'SciPy version: {scipy.__version__}')"
python3 -c "import pyvista; print(f'PyVista version: {pyvista.__version__}')"
# Optionally run tests within the environment
- name: Run tests
run: |
Expand Down

0 comments on commit 0fe6b60

Please sign in to comment.