diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index cf5ca3989..30e1983bf 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -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/cibuildwheel@v2.19.1 env: