We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fail-fast
1 parent 32e2a83 commit ea64553Copy full SHA for ea64553
.github/workflows/python-package.yml
@@ -93,6 +93,7 @@ jobs:
93
py_build_test:
94
runs-on: ${{ matrix.os }}
95
strategy:
96
+ fail-fast: false
97
matrix:
98
os: [ubuntu-22.04, windows-2022, macos-12, macos-14]
99
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
0 commit comments