We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce513d commit b5e13bdCopy full SHA for b5e13bd
1 file changed
.github/workflows/CI.yml
@@ -110,12 +110,12 @@ jobs:
110
name: wheels-musllinux-${{ matrix.platform.target }}
111
path: dist
112
- name: pytest
113
- if: ${{ !startsWith(matrix.platform.target, 'x86') }}
+ if: ${{ matrix.platform.target == 'x86_64' }}
114
uses: uraimo/run-on-arch-action@v2
115
env:
116
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1
117
with:
118
- arch: ${{ matrix.platform.target }}
+ arch: x86_64
119
distro: alpine_latest
120
githubToken: ${{ github.token }}
121
install: |
0 commit comments