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 aa4cc95 commit cc993b1Copy full SHA for cc993b1
.github/workflows/pytest.yml
@@ -11,6 +11,7 @@ jobs:
11
VERSIONMAP: '{"3.6": "36", "3.7": "37", "3.8": "38", "3.9": "39"}'
12
13
strategy:
14
+ fail-fast: false # don't cancel other matrix jobs when one fails
15
matrix:
16
os: [ubuntu-latest, macos-latest, windows-latest]
17
python-version: [3.6, 3.7, 3.8, 3.9]
0 commit comments