We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84840f8 commit 6aaca63Copy full SHA for 6aaca63
.github/workflows/ci.yml
@@ -32,6 +32,9 @@ jobs:
32
with:
33
fetch-depth: 0
34
submodules: true
35
+ - if: ${{ matrix.os.runner == 'ubuntu-20.04' }}
36
+ name: Set up QEMU
37
+ uses: docker/setup-qemu-action@v2
38
- uses: actions/setup-python@v3
39
- name: Install cibuildwheel
40
run: python -m pip install cibuildwheel==2.15.0
0 commit comments