Skip to content

Commit 1ba430d

Browse files
author
evgenii
committed
CI: temporarily skip Windows ARM64 wheel (build failure)
1 parent f0e873f commit 1ba430d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/wheels.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
# Note: M1 images on Github Actions start from macOS 14
101101
- [macos-14, macosx_arm64]
102102
- [windows-2022, win_amd64]
103-
- [windows-11-arm, win_arm64]
103+
# - [windows-11-arm, win_arm64]
104104
# TODO: support PyPy?
105105
python: [["cp310", "3.10"], ["cp311", "3.11"], ["cp312", "3.12"], ["cp313", "3.13"], ["cp313t", "3.13"]]
106106
include:
@@ -110,12 +110,12 @@ jobs:
110110
- buildplat: [ubuntu-24.04, pyodide_wasm32]
111111
python: ["cp312", "3.12"]
112112
cibw_build_frontend: 'build'
113-
exclude:
114-
- buildplat: [windows-11-arm, win_arm64]
115-
python: ["cp310", "3.10"]
116-
# BackendUnavailable: Cannot import 'mesonpy'
117-
- buildplat: [windows-11-arm, win_arm64]
118-
python: ["cp313t", "3.13"]
113+
# exclude:
114+
# - buildplat: [windows-11-arm, win_arm64]
115+
# python: ["cp310", "3.10"]
116+
# # BackendUnavailable: Cannot import 'mesonpy'
117+
# - buildplat: [windows-11-arm, win_arm64]
118+
# python: ["cp313t", "3.13"]
119119

120120
env:
121121
IS_PUSH: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}

0 commit comments

Comments
 (0)