mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-06 14:54:57 +01:00
python -m site --user-site
This commit is contained in:
parent
fe7fc93140
commit
9cf0d860b1
1 changed files with 7 additions and 0 deletions
7
.github/workflows/ci_release.yml
vendored
7
.github/workflows/ci_release.yml
vendored
|
|
@ -299,6 +299,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
# https://earthly.dev/blog/homebrew-on-m1/
|
# https://earthly.dev/blog/homebrew-on-m1/
|
||||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
|
- name: Set env
|
||||||
|
if: runner.os == 'macOS'
|
||||||
|
run: |
|
||||||
|
python -m site --user-site
|
||||||
|
echo "PYTHON_SITE_PACKAGES_PATH=$(python -m site --user-site)" >> $GITHUB_ENV
|
||||||
- name: Path for macOS arm64
|
- name: Path for macOS arm64
|
||||||
if: matrix.os == 'macos-14'
|
if: matrix.os == 'macos-14'
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -312,6 +317,8 @@ jobs:
|
||||||
echo "/opt/homebrew/lib" >> $GITHUB_PATH
|
echo "/opt/homebrew/lib" >> $GITHUB_PATH
|
||||||
echo GITHUB_PATH
|
echo GITHUB_PATH
|
||||||
echo $GITHUB_PATH
|
echo $GITHUB_PATH
|
||||||
|
echo PYTHON_SITE_PACKAGES_PATH
|
||||||
|
echo $PYTHON_SITE_PACKAGES_PATH
|
||||||
- name: List MacOS dirs
|
- name: List MacOS dirs
|
||||||
if: matrix.os == 'macos-14'
|
if: matrix.os == 'macos-14'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue