Skip to content

Commit

Permalink
Changed the github actions to force using Cython 2.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
frejanordsiek committed Mar 15, 2024
1 parent 77b2356 commit 411b4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
env:
H5PY_VERSION: ${{ matrix.h5py-version }}
run: |
python -m pip install -U numpy Cython
python -m pip install -U numpy Cython<3.0
python -m pip install h5py==$H5PY_VERSION
python -m pip install -r requirements_tests.txt
python -m pip install .
Expand Down

0 comments on commit 411b4fe

Please sign in to comment.