Skip to content

Commit

Permalink
ci: put openblas-path in matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jun 10, 2024
1 parent d9e645d commit 05035b5
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 @@ -35,7 +35,7 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_ENVIRONMENT: |
CIBW_ENVIRONMENT: >-
MACOSX_DEPLOYMENT_TARGET=${{ matrix.macos-target }}
CMAKE_PREFIX_PATH=${{ matrix.openblas-path }}
Expand Down

0 comments on commit 05035b5

Please sign in to comment.