We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c4f93 commit 7455445Copy full SHA for 7455445
.github/workflows/end_to_end_pytest.yml
@@ -26,7 +26,7 @@ jobs:
26
sudo apt-get update -y
27
sudo apt-get install -y hdf5-tools libhdf5-openmpi-dev openmpi-bin
28
python -m pip install --upgrade pip
29
- python -m pip install --upgrade pytest mpi4py "cython<3.0.0" numpy wheel pkgconfig "setuptools<62.0.0"
+ python -m pip install --upgrade pytest mpi4py "cython<3.0.0" numpy wheel pkgconfig setuptools
30
# we need to build h5py with the system HDF5 lib backend
31
export HDF5_MPI="ON"
32
# Install h5py https://github.com/h5py/h5py/issues/2222
0 commit comments