Skip to content

Commit

Permalink
fix(ci): bitshuffle does not have binaries for numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Jun 25, 2024
1 parent 78078cb commit c460b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
pip install numpy
pip install cython
pip install h5py
pip install --use-deprecated=legacy-resolver -e .
pip install --use-deprecated=legacy-resolver -e . --no-binary bitshuffle
pip install pytest
- name: Run tests
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
pip install numpy
pip install cython
pip install h5py
pip install --use-deprecated=legacy-resolver -e .
pip install --use-deprecated=legacy-resolver -e . --no-binary bitshuffle
pip install -r doc/requirements.txt
- name: Build sphinx docs
Expand Down

0 comments on commit c460b37

Please sign in to comment.