Skip to content

Commit b527c9d

Browse files
committed
Upgrade version of pip and setuptools
Need newer setuptools greater than 64.
1 parent 7d431b4 commit b527c9d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/benchmarks.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,17 @@ jobs:
5151
5252
# Show installed pkg information for postmortem diagnostic
5353
- name: List installed packages
54-
run: |
55-
micromamba list
56-
which gmt
57-
echo ${{ github.workspace }}
54+
run: micromamba list
5855

5956
# Run the benchmark tests
6057
- name: Run benchmarks
6158
uses: CodSpeedHQ/[email protected]
6259
with:
6360
run: |
64-
python -m pip install numpy pandas xarray netCDF4 packaging \
61+
python -m pip install -U pip
62+
python -m pip install -U numpy pandas xarray netCDF4 packaging \
6563
pytest pytest-benchmark pytest-codspeed \
66-
setuptools
64+
'setuptools>64'
6765
python -m pip list
6866
make install
6967
make test PYTEST_EXTRA="-r P --codspeed"

0 commit comments

Comments
 (0)