Skip to content

Commit

Permalink
Set h5py to 3.10.0 in CI (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Delcior authored Mar 25, 2024
1 parent 642b574 commit 609b024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
run: |
brew install hdf5-mpi && echo HDF5_DIR=/opt/homebrew >> $GITHUB_ENV
sysctl -a | grep cpu | grep hw
- run: HDF5_MPI="ON" CC=mpicc pip install --no-binary=h5py "git+https://github.com/h5py/h5py@81f6c01#egg=h5py"
- run: HDF5_MPI="ON" CC=mpicc pip install --no-binary=h5py h5py==3.10.0
- run: pip install -e .[tests]
- run: python -We -c "import PyMPDATA_MPI"
- if: matrix.mpi == 'openmpi'
Expand Down

0 comments on commit 609b024

Please sign in to comment.