Skip to content

Commit e7adac9

Browse files
authored
fix: wheel builds failing after adding armv7l builds (#1518)
1 parent bd271f3 commit e7adac9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ jobs:
208208
image: tonistiigi/binfmt:qemu-v8.1.5
209209
id: qemu
210210
- name: Prepare emulation
211+
if: ${{ matrix.qemu }}
211212
run: |
212213
if [[ -n "${{ matrix.qemu }}" ]]; then
213214
# Build emulated architectures only if QEMU is set,
@@ -232,7 +233,7 @@ jobs:
232233
uses: pypa/[email protected]
233234
# to supply options, put them in 'env', like:
234235
env:
235-
CIBW_SKIP: cp36-* cp37-* pp36-* pp37-* pp38-* cp38-* *p39-*_aarch64 *p310-*_aarch64 pp*_aarch64 ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
236+
CIBW_SKIP: cp36-* cp37-* pp36-* pp37-* pp38-* cp38-* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
236237
CIBW_BEFORE_ALL_LINUX: apt install -y gcc || yum install -y gcc || apk add gcc
237238
REQUIRE_CYTHON: 1
238239

0 commit comments

Comments
 (0)