We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a10539 commit 2a15b6bCopy full SHA for 2a15b6b
1 file changed
.github/workflows/deploy.yaml
@@ -15,6 +15,7 @@ jobs:
15
name: Build wheels on ${{ matrix.os }}
16
runs-on: ${{ matrix.os }}
17
strategy:
18
+ fail-fast: false
19
matrix:
20
# macos-13 is an intel runner, macos-14 is apple silicon
21
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
0 commit comments