Skip to content

Commit 1081f6b

Browse files
committed
Upd cibuildwheel
1 parent 728838a commit 1081f6b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v4
21+
# This is way too slow
2122
# aarch64 (arm) is built via qemu emulation on Linux
22-
- name: Set up QEMU
23-
if: runner.os == 'Linux'
24-
uses: docker/setup-qemu-action@v3
25-
with:
26-
platforms: all
23+
#- name: Set up QEMU
24+
# if: runner.os == 'Linux'
25+
# uses: docker/setup-qemu-action@v3
26+
# with:
27+
# platforms: all
2728
- name: Build wheels
2829
uses: pypa/cibuildwheel@v2.19.1
2930
env:

0 commit comments

Comments
 (0)