Skip to content

Commit

Permalink
CI: Use pytest '--override-ini' to override 'addopts' setting in the …
Browse files Browse the repository at this point in the history
…"Benchmarks" workflow (#3620)
  • Loading branch information
seisman authored Nov 15, 2024
1 parent 3d08919 commit 7b5819c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ jobs:
with:
# 'bash -el -c' is needed to use the custom shell.
# See https://github.com/CodSpeedHQ/action/issues/65.
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 comments on commit 7b5819c

Please sign in to comment.