We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92c676 commit b792cd1Copy full SHA for b792cd1
.github/workflows/build-and-test.yml
@@ -26,6 +26,7 @@ jobs:
26
name: Build wheels on ${{ matrix.os }}
27
runs-on: ${{ matrix.os }}
28
strategy:
29
+ fail-fast: false
30
matrix:
31
os: [ubuntu-22.04, windows-2019, macos-10.15]
32
steps:
0 commit comments