We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b039a commit 4651ad6Copy full SHA for 4651ad6
.github/workflows/build.yml
@@ -45,6 +45,7 @@ jobs:
45
name: Build wheels on ${{ matrix.os }}
46
runs-on: ${{ matrix.os }}
47
strategy:
48
+ fail-fast: false
49
matrix:
50
# macos-13 is an intel runner, macos-14 is apple silicon
51
os: [ubuntu-latest, macos-13, macos-14]
0 commit comments