Skip to content

Commit

Permalink
Don't build mac-wheels, CI timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tnipen committed Nov 29, 2023
1 parent 23ddada commit fbd0c79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
# CIBW_BUILD: cp310-macosx_x86_64
# 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
CIBW_SKIP: pp*-macosx* *i686* *musllinux*
# CIBW_SKIP: pp*-macosx* *i686* *musllinux*
CIBW_SKIP: *macosx* *i686* *musllinux*
CIBW_BEFORE_ALL_LINUX: |
yum install -y lapack-devel gsl-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 fbd0c79

Please sign in to comment.