mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2026-01-03 19:33:43 +01:00
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'
|
||||
run: |
|
||||
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
|
||||
if: matrix.os == 'macos-14'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user