Skip to content

Commit

Permalink
Fix syntax error in package.yml
Browse files Browse the repository at this point in the history
Not sure why  it doesn't like the previous code
  • Loading branch information
tnipen committed Dec 15, 2023
1 parent 4da84e4 commit 0f979ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ 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: *macosx* *i686* *musllinux*
CIBW_SKIP: pp*-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 0f979ae

Please sign in to comment.