mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-06 06:44:57 +01:00
getsitepackages
This commit is contained in:
parent
da4474b71e
commit
ca186a21bb
1 changed files with 5 additions and 1 deletions
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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue