Skip to content

Commit 31a7567

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,9 @@ jobs:
5858
uses: CodSpeedHQ/[email protected]
5959
with:
6060
run: |
61-
python -m pip install -U pip
6261
python -m pip install -U numpy pandas xarray netCDF4 packaging \
63-
pytest pytest-benchmark pytest-codspeed \
64-
'setuptools>64'
62+
pip pytest pytest-benchmark pytest-codspeed \
63+
setuptools
6564
python -m pip list
6665
make install
6766
make test PYTEST_EXTRA="-r P --codspeed"

0 commit comments

Comments
 (0)