We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51efe01 commit 96601a7Copy full SHA for 96601a7
.github/workflows/tests.yml
@@ -14,6 +14,7 @@ jobs:
14
matrix:
15
os: [ubuntu-latest, macos-latest, windows-latest]
16
python-version: [3.7, 3.8, 3.9]
17
+ fail-fast: false
18
19
runs-on: ${{ matrix.os }}
20
0 commit comments