Skip to content

Commit a19bdf2

Browse files
committed
Try plain setuptools
Action might not like the single quotes.
1 parent b527c9d commit a19bdf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
python -m pip install -U pip
6262
python -m pip install -U numpy pandas xarray netCDF4 packaging \
6363
pytest pytest-benchmark pytest-codspeed \
64-
'setuptools>64'
64+
'setuptools>=64'
6565
python -m pip list
6666
make install
6767
make test PYTEST_EXTRA="-r P --codspeed"

0 commit comments

Comments
 (0)