Skip to content

Commit

Permalink
cibw: re-enable linux and macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jun 17, 2024
1 parent d11ee2f commit 4d4b3e5
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 4d4b3e5

Please sign in to comment.