From 9ab3be7384eaf5e84650463ab71085853409acf5 Mon Sep 17 00:00:00 2001 From: Curve Date: Sun, 21 Apr 2024 21:27:10 +0200 Subject: [PATCH] fix(ci/python): build options --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index fa11cd66..ffc295e3 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -86,7 +86,7 @@ jobs: run: python -m cibuildwheel --output-dir wheelhouse env: CIBW_BUILD: "cp310-* cp311-* cp312-*" - SKBUILD_CONFIGURE_OPTIONS: ${{ matrix.os == 'ubuntu-latest' && '-DVIENNALS_VTK_PYTHON_LIBS=ON' || '-DVIENNALS_PACKAGE_PYTHON=ON' }} + CIBW_ENVIRONMENT: SKBUILD_CONFIGURE_OPTIONS="${{ matrix.os == 'ubuntu-latest' && '-DVIENNALS_VTK_PYTHON_LIBS=ON' || '-DVIENNALS_PACKAGE_PYTHON=ON' }}" - name: 📦 Upload Artifact uses: actions/upload-artifact@v4