We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0639b8 commit 87748d2Copy full SHA for 87748d2
1 file changed
.github/workflows/CI.yml
@@ -110,7 +110,7 @@ jobs:
110
name: wheels-musllinux-${{ matrix.platform.target }}
111
path: dist
112
- name: pytest
113
- if: ${{ matrix.platform.target != 'x86' }}
+ if: ${{ !startsWith(matrix.platform.target, 'x86') }}
114
uses: uraimo/run-on-arch-action@v2
115
env:
116
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1
0 commit comments