Skip to content

Commit

Permalink
Try plain setuptools
Browse files Browse the repository at this point in the history
Action might not like the single quotes.
  • Loading branch information
weiji14 committed Dec 23, 2023
1 parent b527c9d commit a19bdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
python -m pip install -U pip
python -m pip install -U numpy pandas xarray netCDF4 packaging \
pytest pytest-benchmark pytest-codspeed \
'setuptools>64'
'setuptools>=64'
python -m pip list
make install
make test PYTEST_EXTRA="-r P --codspeed"
Expand Down

0 comments on commit a19bdf2

Please sign in to comment.