Skip to content

Commit 4651ad6

Browse files
committed
Don't fail fast in build wheels job
1 parent b9b039a commit 4651ad6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
name: Build wheels on ${{ matrix.os }}
4646
runs-on: ${{ matrix.os }}
4747
strategy:
48+
fail-fast: false
4849
matrix:
4950
# macos-13 is an intel runner, macos-14 is apple silicon
5051
os: [ubuntu-latest, macos-13, macos-14]

0 commit comments

Comments
 (0)