Skip to content

Commit 78e44c5

Browse files
committed
ARM Windows: skip py310 build and all tests
1 parent 84e69e2 commit 78e44c5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,16 +231,16 @@ jobs:
231231

232232
CIBW_BUILD_VERBOSITY: 1
233233
CIBW_BUILD: cp310-* cp311-* cp312-* cp313-* cp314-*
234-
CIBW_SKIP: "*-musllinux_*"
234+
CIBW_SKIP: cp310-win_arm64 *-musllinux_*
235235
CIBW_ARCHS: ${{ matrix.cibw_archs }}
236236
CIBW_BUILD_FRONTEND: "build; args: -C setup-args=-Duse_openmp=disabled"
237237

238238
# Install test dependencies
239239
CIBW_BEFORE_TEST_LINUX: yum install -y mesa-libEGL mesa-libGL libxkbcommon-x11 libxkbcommon xcb-util-image xcb-util-keysyms libXrandr xcb-util-renderutil libXcursor libxcb
240240
CIBW_TEST_EXTRAS: "full,test"
241241
CIBW_TEST_COMMAND: pytest --verbosity=3 --pyargs silx
242-
# Skip tests for emulated architectures
243-
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x}"
242+
# Skip tests for emulated architectures and ARM64 windows
243+
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x} *-win_arm64"
244244

245245
- uses: actions/upload-artifact@v4
246246
with:

0 commit comments

Comments
 (0)