We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870962e commit 059f57cCopy full SHA for 059f57c
.github/workflows/minimum.yml
@@ -9,6 +9,7 @@ jobs:
9
minimum:
10
runs-on: ${{ matrix.os }}
11
strategy:
12
+ fail-fast: false
13
matrix:
14
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
15
os: [ubuntu-latest, windows-latest]
0 commit comments