Skip to content

Commit

Permalink
Upgrade version of pip and setuptools
Browse files Browse the repository at this point in the history
Need newer setuptools greater than 64.
  • Loading branch information
weiji14 committed Dec 23, 2023
1 parent 7d431b4 commit b527c9d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,17 @@ jobs:
# Show installed pkg information for postmortem diagnostic
- name: List installed packages
run: |
micromamba list
which gmt
echo ${{ github.workspace }}
run: micromamba list

# Run the benchmark tests
- name: Run benchmarks
uses: CodSpeedHQ/[email protected]
with:
run: |
python -m pip install numpy pandas xarray netCDF4 packaging \
python -m pip install -U pip
python -m pip install -U numpy pandas xarray netCDF4 packaging \
pytest pytest-benchmark pytest-codspeed \
setuptools
'setuptools>64'
python -m pip list
make install
make test PYTEST_EXTRA="-r P --codspeed"
Expand Down

0 comments on commit b527c9d

Please sign in to comment.