Skip to content

Commit 4b131a1

Browse files
authored
CI,Cygwin: Call pytest-3.9 explicitly.
1 parent 1b81830 commit 4b131a1

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
@@ -243,7 +243,7 @@ jobs:
243243
shell: bash.exe -eo pipefail -o igncr "{0}"
244244
id: cygwin-run-pytest
245245
run: |
246-
xvfb-run python -m pytest -rfEsXR -n auto \
246+
xvfb-run pytest-3.${{ matrix.python-minor-version }} -rfEsXR -n auto \
247247
--maxfail=50 --timeout=300 --durations=25 \
248248
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
249249

0 commit comments

Comments
 (0)