File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments