We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d431b4 commit b527c9dCopy full SHA for b527c9d
.github/workflows/benchmarks.yml
@@ -51,19 +51,17 @@ jobs:
51
52
# Show installed pkg information for postmortem diagnostic
53
- name: List installed packages
54
- run: |
55
- micromamba list
56
- which gmt
57
- echo ${{ github.workspace }}
+ run: micromamba list
58
59
# Run the benchmark tests
60
- name: Run benchmarks
61
uses: CodSpeedHQ/[email protected]
62
with:
63
run: |
64
- 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 \
65
pytest pytest-benchmark pytest-codspeed \
66
- setuptools
+ 'setuptools>64'
67
python -m pip list
68
make install
69
make test PYTEST_EXTRA="-r P --codspeed"
0 commit comments