We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b527c9d commit a19bdf2Copy full SHA for a19bdf2
.github/workflows/benchmarks.yml
@@ -61,7 +61,7 @@ jobs:
61
python -m pip install -U pip
62
python -m pip install -U numpy pandas xarray netCDF4 packaging \
63
pytest pytest-benchmark pytest-codspeed \
64
- 'setuptools>64'
+ 'setuptools>=64'
65
python -m pip list
66
make install
67
make test PYTEST_EXTRA="-r P --codspeed"
0 commit comments