Skip to content

Commit

Permalink
Fixed shell error in the last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
frejanordsiek committed Mar 15, 2024
1 parent 411b4fe commit 4bd7fa8
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<3.0
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 4bd7fa8

Please sign in to comment.