Skip to content

Commit

Permalink
CI: Remove the pytest-xdist and pytest-rerunfailures plugins from the…
Browse files Browse the repository at this point in the history
… Benchmarks workflow (#3314)
  • Loading branch information
seisman authored Jul 7, 2024
1 parent f9a7aca commit 41a0fe0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ jobs:
pytest
pytest-codspeed
pytest-mpl
pytest-rerunfailures
pytest-xdist
# Download cached remote files (artifacts) from GitHub
- name: Download remote data from GitHub
Expand All @@ -93,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 -n auto --reruns 2 --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"

0 comments on commit 41a0fe0

Please sign in to comment.