Skip to content

Commit b5e13bd

Browse files
authored
fix: run musllinux pytest on x86_64 Alpine to avoid QEMU dependency
1 parent 8ce513d commit b5e13bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ jobs:
110110
name: wheels-musllinux-${{ matrix.platform.target }}
111111
path: dist
112112
- name: pytest
113-
if: ${{ !startsWith(matrix.platform.target, 'x86') }}
113+
if: ${{ matrix.platform.target == 'x86_64' }}
114114
uses: uraimo/run-on-arch-action@v2
115115
env:
116116
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1
117117
with:
118-
arch: ${{ matrix.platform.target }}
118+
arch: x86_64
119119
distro: alpine_latest
120120
githubToken: ${{ github.token }}
121121
install: |

0 commit comments

Comments
 (0)