We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5661ff2 commit 8ee4137Copy full SHA for 8ee4137
.github/workflows/test-stubs.yml
@@ -54,4 +54,4 @@ jobs:
54
max_attempts: 2
55
timeout_minutes: 3
56
retry_on: error
57
- command: cd ./stubs && pytest --mypy-ini-file test/setup.cfg --mypy-only-local-stub && cd -
+ command: cd ./stubs && pytest --mypy-ini-file test/setup.cfg --mypy-only-local-stub -xvs "test/test_stubs.yml::*[python_version='${{ matrix.ver }}']" && cd -
0 commit comments