Skip to content

Commit

Permalink
Disable building of pp* wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
tnipen committed Nov 27, 2024
1 parent c0ae181 commit c5d24a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# PyPy compilation on MACOS doesn't work, possibly since there is no available numpy release for this
# Armadillo isn't available for i687 on Centos 7, making compilation more complicated
# # Musllinux doesn't use yum as its package manager
CIBW_SKIP: pp*-macosx* *i686* *musllinux* *p36* *p37* *p38*
CIBW_SKIP: pp*-macosx* *i686* *musllinux* *p36* *p37* *p38* pp*
CIBW_BEFORE_ALL_LINUX: |
yum install -y lapack-devel armadillo-devel
curl -L -O https://boostorg.jfrog.io/artifactory/main/release/1.72.0/source/boost_1_72_0.tar.gz
Expand Down

0 comments on commit c5d24a6

Please sign in to comment.