Build h5py against Cython < 3.0 in CI (#2613)

This commit is contained in:
Paul Romano 2023-07-20 09:23:42 -04:00 committed by GitHub
parent 922b3f9de6
commit 8101328d96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ if [[ $MPI == 'y' ]]; then
export CC=mpicc
export HDF5_MPI=ON
export HDF5_DIR=/usr/lib/x86_64-linux-gnu/hdf5/mpich
pip install wheel cython
pip install wheel "cython<3.0"
pip install --no-binary=h5py --no-build-isolation h5py
fi