Skip to content

Commit 4f9dc2f

Browse files
committed
BLD: Make Windows ARM 11 pass optional
1 parent 69bafbf commit 4f9dc2f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
python: cp311
3333
- os: windows-11-arm
3434
python: cp312
35+
continue-on-error: ${{ matrix.os == 'windows-11-arm' }}
3536
env:
3637
BUILD_COMMIT: "main" # or a specific version, e.g., v0.13.1
3738
CIBW_BUILD: ${{ matrix.python }}-*
@@ -139,7 +140,7 @@ jobs:
139140
pip install --only-binary :all: anaconda-client
140141
141142
- name: Upload wheels
142-
if: ${{ always() }}
143+
if: matrix.os != 'windows-11-arm'
143144
shell: pwsh
144145
run: |
145146
# trigger an upload to the shared ecosystem

0 commit comments

Comments
 (0)