Skip to content

Commit

Permalink
Try installing blas before builds
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Sep 21, 2023
1 parent 9aa7ae3 commit 05f2a7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

env:
CIBW_SKIP: "pp*"
CIBW_BEFORE_ALL_LINUX: yum update -y && yum install -y blas-devel lapack-devel

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

0 comments on commit 05f2a7b

Please sign in to comment.