Skip to content

Commit

Permalink
Update buildwheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
etphipp authored Aug 15, 2024
1 parent 4ee0d70 commit 82b9f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
CIBW_BUILD: cp311-*
CIBW_BUILD_VERBOSITY: 1
CIBW_BEFORE_ALL: "yum install -y openblas-devel"
CIBW_BEFORE_ALL: "yum install -y openblas-devel python3.11-libs python3.11-devel"
CIBW_BEFORE_BUILD: "ls -R /opt/python/cp311-cp311"

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

0 comments on commit 82b9f22

Please sign in to comment.