Skip to content

Commit

Permalink
Install blas for wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
etphipp authored Aug 15, 2024
1 parent 5a28a5e commit a04eeed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/buildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: python -m cibuildwheel --output-dir dist/
env:
CIBW_BUILD: cp311-*
CIBW_BEFORE_ALL: "yum install openblas"

#- uses: actions/upload-artifact@v2
# with:
Expand Down

0 comments on commit a04eeed

Please sign in to comment.