Skip to content

Commit 7455445

Browse files
committed
Github action: remove setuptools version constrain
1 parent d2c4f93 commit 7455445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/end_to_end_pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
sudo apt-get update -y
2727
sudo apt-get install -y hdf5-tools libhdf5-openmpi-dev openmpi-bin
2828
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"
29+
python -m pip install --upgrade pytest mpi4py "cython<3.0.0" numpy wheel pkgconfig setuptools
3030
# we need to build h5py with the system HDF5 lib backend
3131
export HDF5_MPI="ON"
3232
# Install h5py https://github.com/h5py/h5py/issues/2222

0 commit comments

Comments
 (0)