Skip to content

Commit

Permalink
Fix ubuntu workflow in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
avalentino committed Sep 7, 2024
1 parent 506b381 commit 94ef1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
python3 -m pip install --user cython
python3 -m pip install --require-hashes --user -r requirements.txt
# required for SciPy
python3 -m pip install "numpy<2"
python3 -m pip install --user "numpy<2"
python3 -c "import numpy as np; print('numpy:', np.__version__)"
python3 -c "import blosc2; print('blosc2:', blosc2.__version__)"
- name: Build PyTables
Expand Down

0 comments on commit 94ef1fc

Please sign in to comment.