Skip to content

Commit 23a1a1a

Browse files
authored
BUG: Fix bug with conditional (#57)
1 parent 2b0ee4b commit 23a1a1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
build_wheels:
1717
name: ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.python}} wheels
1818
runs-on: ${{ matrix.os }}
19-
continue-on-error: true
2019
strategy:
20+
fail-fast: false
2121
matrix:
2222
# macos-13 is an intel runner, macos-14 is apple silicon
2323
os: [ubuntu-latest, windows-latest, macos-13, macos-14]

0 commit comments

Comments
 (0)