Skip to content

Commit

Permalink
Fix package CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tnipen committed Jan 12, 2024
1 parent f6348fb commit 4e7aef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
# os: [ubuntu-20.04, windows-2019, macos-11]
os: [ubuntu-20.04, macos-11]
os: [ubuntu-20.04]

steps:
- uses: actions/checkout@v3
Expand All @@ -55,7 +55,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: c*-macosx* pp*-macosx* *i686* *musllinux*
CIBW_SKIP: pp*-macosx* *i686* *musllinux*
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 4e7aef1

Please sign in to comment.