We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8ba96 commit 3a0ae4dCopy full SHA for 3a0ae4d
.github/workflows/test.yml
@@ -9,6 +9,7 @@ jobs:
9
test:
10
runs-on: ubuntu-latest
11
strategy:
12
+ fail-fast: false
13
matrix:
14
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
15
steps:
0 commit comments