Skip to content

Commit 7d431b4

Browse files
committed
Install setuptools
Try to prevent `ERROR: Project file:///home/runner/work/pygmt/pygmt has a 'pyproject.toml' and its build backend is missing the 'build_editable' hook. Since it does not have a 'setup.py' nor a 'setup.cfg', it cannot be installed in editable mode. Consider using a build backend that supports PEP 660`.
1 parent 6eddb0b commit 7d431b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ jobs:
6262
with:
6363
run: |
6464
python -m pip install numpy pandas xarray netCDF4 packaging \
65-
pytest pytest-benchmark pytest-codspeed
65+
pytest pytest-benchmark pytest-codspeed \
66+
setuptools
67+
python -m pip list
6668
make install
6769
make test PYTEST_EXTRA="-r P --codspeed"
6870
env:

0 commit comments

Comments
 (0)