Skip to content

Commit 67f3aa0

Browse files
committed
skip mussllinux, needs work to adjust for lack of yum
1 parent b0a640f commit 67f3aa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
run: python -m cibuildwheel --output-dir wheelhouse
8989
env:
9090
CIBW_BUILD: cp38-* pp*-*
91+
CIBW_SKIP: "*musllinux*"
9192
CIBW_ENABLE: pypy
9293
CIBW_ARCHS_LINUX: auto aarch64
9394
CIBW_BEFORE_BUILD_LINUX: yum install -y libffi-devel

0 commit comments

Comments
 (0)