Skip to content

Commit

Permalink
Enable PyPy wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Nov 2, 2022
1 parent a611b17 commit ea9cc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
env:
CIBW_TEST_COMMAND: python {project}/selftest.py
CIBW_BEFORE_BUILD_LINUX: yum install -y freetype-devel
CIBW_SKIP: pp* *-musllinux*
CIBW_SKIP: *-musllinux*
CIBW_TEST_REQUIRES: numpy pillow pytest
CIBW_ARCHS_LINUX: auto aarch64
run: |
Expand Down

0 comments on commit ea9cc79

Please sign in to comment.