We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a7aca commit 41a0fe0Copy full SHA for 41a0fe0
.github/workflows/benchmarks.yml
@@ -69,8 +69,6 @@ jobs:
69
pytest
70
pytest-codspeed
71
pytest-mpl
72
- pytest-rerunfailures
73
- pytest-xdist
74
75
# Download cached remote files (artifacts) from GitHub
76
- name: Download remote data from GitHub
@@ -93,4 +91,4 @@ jobs:
93
91
with:
94
92
# 'bash -el -c' is needed to use the custom shell.
95
# See https://github.com/CodSpeedHQ/action/issues/65.
96
- 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 commit comments