Skip to content

Commit 87748d2

Browse files
authored
fix: skip run-on-arch pytest for x86_64 in musllinux job
1 parent d0639b8 commit 87748d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
name: wheels-musllinux-${{ matrix.platform.target }}
111111
path: dist
112112
- name: pytest
113-
if: ${{ matrix.platform.target != 'x86' }}
113+
if: ${{ !startsWith(matrix.platform.target, 'x86') }}
114114
uses: uraimo/run-on-arch-action@v2
115115
env:
116116
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1

0 commit comments

Comments
 (0)