From 812f6e91f673965c3b34f44a0780b092fcd465bd Mon Sep 17 00:00:00 2001 From: Tom Vander Aa Date: Mon, 17 Jun 2024 10:40:53 +0200 Subject: [PATCH] cibw: wip --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 672f37cc..9f487595 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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: