Skip to content

Commit

Permalink
Upd cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Sep 12, 2024
1 parent 728838a commit 1081f6b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ jobs:

steps:
- uses: actions/checkout@v4
# This is way too slow
# aarch64 (arm) is built via qemu emulation on Linux
- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3
with:
platforms: all
#- name: Set up QEMU
# if: runner.os == 'Linux'
# uses: docker/setup-qemu-action@v3
# with:
# platforms: all
- name: Build wheels
uses: pypa/[email protected]
env:
Expand Down

0 comments on commit 1081f6b

Please sign in to comment.