Skip to content

Commit

Permalink
Build h5py against Cython < 3.0 in CI (openmc-dev#2613)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulromano authored and stchaker committed Oct 25, 2023
1 parent 2b73172 commit 834e499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/gha-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 834e499

Please sign in to comment.