We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ae946 commit dca657dCopy full SHA for dca657d
.github/workflows/push.yml
@@ -31,6 +31,7 @@ jobs:
31
needs: flake8
32
runs-on: ${{ matrix.os }}
33
strategy:
34
+ fail-fast: false
35
matrix:
36
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
37
os: [ubuntu-latest, macOs-latest]
0 commit comments