Skip to content

Commit 2b8082c

Browse files
authored
Do not build 3.10 win-arm
Dependencies do not provide wheels, so do not try to build them ourselves (was failing because it was trying to install from nightlies, and no compatible version was provided).
1 parent ca23810 commit 2b8082c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ jobs:
176176
env:
177177
CIBW_BUILD: "cp310-*"
178178
CIBW_ARCHS: ${{ matrix.cibw_archs }}
179+
# Ignore because dependencies do not provide win-arm wheels on 3.10; should be removed on merge up
180+
if: matrix.os != 'windows-11-arm'
179181

180182
- name: Build wheels for PyPy
181183
uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0

0 commit comments

Comments
 (0)