Python_ROOT_DIR
This commit is contained in:
4
.github/workflows/ci_release.yml
vendored
4
.github/workflows/ci_release.yml
vendored
@@ -303,11 +303,11 @@ jobs:
|
|||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
python -m site
|
python -m site
|
||||||
- name: Set env getsitepackages
|
- name: Set env PYTHON_SITE_PACKAGES_PATH
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
python -c 'import site; print(site.getsitepackages())'
|
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
|
- name: Path for macOS arm64
|
||||||
if: matrix.os == 'macos-14'
|
if: matrix.os == 'macos-14'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user