Skip to content

Commit

Permalink
Added a line to the github actions to try to upgrade pip, setuptools,…
Browse files Browse the repository at this point in the history
… and wheel first.
  • Loading branch information
frejanordsiek committed Mar 15, 2024
1 parent 4bd7fa8 commit f31e991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
env:
H5PY_VERSION: ${{ matrix.h5py-version }}
run: |
python -m pip install -U pip setuptools wheel
python -m pip install -U numpy 'Cython<3.0'
python -m pip install h5py==$H5PY_VERSION
python -m pip install -r requirements_tests.txt
Expand Down

0 comments on commit f31e991

Please sign in to comment.