Skip to content

Commit

Permalink
fix(ci): bitshuffle does not have binaries supporting numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Jun 25, 2024
1 parent dc95cbc commit cc859e0
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:
- name: Install pip dependencies
run: |
pip install pytest
pip install --use-deprecated=legacy-resolver -e .
pip install --use-deprecated=legacy-resolver -e . --no-binary bitshuffle
- name: Run tests
env:
OMP_NUM_THREADS: 1
Expand Down Expand Up @@ -84,6 +84,6 @@ jobs:
- name: Install pip dependencies
run: |
pip install -r doc/requirements.txt
pip install --use-deprecated=legacy-resolver -e .
pip install --use-deprecated=legacy-resolver -e . --no-binary bitshuffle
- name: Build sphinx docs
run: sphinx-build -W -b html doc/ doc/_build/html

0 comments on commit cc859e0

Please sign in to comment.