mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 14:35:27 -04:00
Build h5py against Cython < 3.0 in CI (#2613)
This commit is contained in:
parent
922b3f9de6
commit
8101328d96
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue