Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b81830 commit 4b131a1Copy full SHA for 4b131a1
1 file changed
.github/workflows/cygwin.yml
@@ -243,7 +243,7 @@ jobs:
243
shell: bash.exe -eo pipefail -o igncr "{0}"
244
id: cygwin-run-pytest
245
run: |
246
- xvfb-run python -m pytest -rfEsXR -n auto \
+ xvfb-run pytest-3.${{ matrix.python-minor-version }} -rfEsXR -n auto \
247
--maxfail=50 --timeout=300 --durations=25 \
248
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
249
0 commit comments