8000 CI,Cygwin: Run pytest with python -m pytest · matplotlib/matplotlib@242ddfc · GitHub
[go: up one dir, main page]

Skip to content

Commit 242ddfc

Browse files
authored
CI,Cygwin: Run pytest with python -m pytest
Cygwin pytest recently updated, and only installs pytest-3.9
1 parent 59a2d1a commit 242ddfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cygwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
shell: bash.exe -eo pipefail -o igncr "{0}"
245245
id: cygwin-run-pytest
246246
run: |
247-
xvfb-run pytest -rfEsXR -n auto \
247+
xvfb-run python -m pytest -rfEsXR -n auto \
248248
--maxfail=50 --timeout=300 --durations=25 \
249249
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
250250

0 commit comments

Comments
 (0)
0