We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a611b17 commit 8f15b50Copy full SHA for 8f15b50
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
env:
47
CIBW_TEST_COMMAND: python {project}/selftest.py
48
CIBW_BEFORE_BUILD_LINUX: yum install -y freetype-devel
49
- CIBW_SKIP: pp* *-musllinux*
+ CIBW_SKIP: "*-musllinux*"
50
CIBW_TEST_REQUIRES: numpy pillow pytest
51
CIBW_ARCHS_LINUX: auto aarch64
52
run: |
0 commit comments