Skip to content

Commit

Permalink
cibw: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jun 17, 2024
1 parent 4a83e10 commit 812f6e9
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 @@ -28,7 +28,7 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_ENVIRONMENT: >-
CMAKE_PREFIX_PATH="/usr/local/homebrew/opt/openblas;/opt/homebrew/opt/openblas"
CMAKE_PREFIX_PATH="/usr/local/homebrew/opt/openblas:/opt/homebrew/opt/openblas"
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 812f6e9

Please sign in to comment.