From 8cdbf2ac6e5025415f19784306c243cb296ea948 Mon Sep 17 00:00:00 2001 From: scito Date: Sat, 6 Apr 2024 09:52:49 +0200 Subject: [PATCH] Python_ROOT_DIR --- .github/workflows/ci_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index c959524..a8ce909 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -303,11 +303,11 @@ jobs: if: runner.os == 'macOS' run: | python -m site - - name: Set env getsitepackages + - name: Set env PYTHON_SITE_PACKAGES_PATH if: runner.os == 'macOS' run: | python -c 'import site; print(site.getsitepackages())' - echo "PYTHON_SITE_PACKAGES_PATH=$(python -c 'import site; print(site.getsitepackages())')" >> $GITHUB_ENV + echo "PYTHON_SITE_PACKAGES_PATH=$(echo \"$Python_ROOT_DIR/lib/python3.12/site-packages\")" >> $GITHUB_ENV - name: Path for macOS arm64 if: matrix.os == 'macos-14' run: |