Merge pull request #2370 from paulromano/fix-h5py-parallel-ci

Fix installing h5py in CI when MPI is enabled
This commit is contained in:
Paul Romano 2023-01-31 06:15:35 -06:00 committed by GitHub
commit 3b7bf1e3b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,8 @@ if [[ $MPI == 'y' ]]; then
export CC=mpicc
export HDF5_MPI=ON
export HDF5_DIR=/usr/lib/x86_64-linux-gnu/hdf5/mpich
pip install --no-binary=h5py h5py
pip install wheel cython
pip install --no-binary=h5py --no-build-isolation h5py
fi
# Build and install OpenMC executable