We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f841b6b commit 87df1d3Copy full SHA for 87df1d3
1 file changed
.github/workflows/wheels.yml
@@ -85,6 +85,7 @@ jobs:
85
fail-fast: false
86
matrix:
87
os: [ ubuntu-latest, macos-14, macos-15-intel, windows-latest ]
88
+ continue-on-error: ${{ matrix.os == 'windows-latest' }}
89
90
steps:
91
- uses: actions/checkout@v6
0 commit comments