Skip to content

Commit e1987c8

Browse files
committed
.github/workflows/cibuildwheel.yml: Do not fail-fast
1 parent b824eea commit e1987c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
name: Build wheels on ${{ matrix.os }}
1717
runs-on: ${{ matrix.os }}
1818
strategy:
19+
fail-fast: false
1920
matrix:
2021
os: [ubuntu-20.04, macos-10.15]
2122

0 commit comments

Comments
 (0)