Skip to content

Commit 87df1d3

Browse files
committed
allow windows job to fail
1 parent f841b6b commit 87df1d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
fail-fast: false
8686
matrix:
8787
os: [ ubuntu-latest, macos-14, macos-15-intel, windows-latest ]
88+
continue-on-error: ${{ matrix.os == 'windows-latest' }}
8889

8990
steps:
9091
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)