We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d08919 commit 7b5819cCopy full SHA for 7b5819c
.github/workflows/benchmarks.yml
@@ -91,4 +91,4 @@ jobs:
91
with:
92
# 'bash -el -c' is needed to use the custom shell.
93
# See https://github.com/CodSpeedHQ/action/issues/65.
94
- run: bash -el -c "python -c \"import pygmt; pygmt.show_versions()\"; PYGMT_USE_EXTERNAL_DISPLAY=false python -m pytest -r P --pyargs pygmt --codspeed"
+ run: bash -el -c "python -c \"import pygmt; pygmt.show_versions()\"; PYGMT_USE_EXTERNAL_DISPLAY=false python -m pytest -r P --pyargs pygmt --codspeed --override-ini addopts='--verbose'"
0 commit comments