getsitepackages
This commit is contained in:
6
.github/workflows/ci_release.yml
vendored
6
.github/workflows/ci_release.yml
vendored
@@ -303,7 +303,11 @@ jobs:
|
|||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
python -m site
|
python -m site
|
||||||
echo "PYTHON_SITE_PACKAGES_PATH=$(python -m site --user-site)" >> $GITHUB_ENV
|
- name: Set env getsitepackages
|
||||||
|
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
|
||||||
- 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