Skip to content

Commit

Permalink
Allow numpy w/o BLAS in builds
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Sep 21, 2023
1 parent 05f2a7b commit 6cfce76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

env:
CIBW_SKIP: "pp*"
CIBW_BEFORE_ALL_LINUX: yum update -y && yum install -y blas-devel lapack-devel
CIBW_BEFORE_BUILD: pip install numpy --config-settings=setup-args="Dallow-noblas=true"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6cfce76

Please sign in to comment.