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 ac66965 commit 5fea215Copy full SHA for 5fea215
.github/workflows/tests.yml
@@ -18,6 +18,7 @@ jobs:
18
tests:
19
runs-on: ${{ matrix.os }}
20
strategy:
21
+ fail-fast: false
22
matrix:
23
os: ["ubuntu-20.04"]
24
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
0 commit comments