From 609b02492c0cee251ca414956765d5e45247919f Mon Sep 17 00:00:00 2001 From: Kacper Derlatka <51274280+Delcior@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:26:16 +0100 Subject: [PATCH] Set h5py to 3.10.0 in CI (#105) --- .github/workflows/tests+pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests+pypi.yml b/.github/workflows/tests+pypi.yml index 7436597..e7606f8 100644 --- a/.github/workflows/tests+pypi.yml +++ b/.github/workflows/tests+pypi.yml @@ -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'