mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-06 14:54:57 +01:00
Python_ROOT_DIR
This commit is contained in:
parent
ca186a21bb
commit
8cdbf2ac6e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci_release.yml
vendored
4
.github/workflows/ci_release.yml
vendored
|
|
@ -303,11 +303,11 @@ jobs:
|
|||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
python -m site
|
||||
- name: Set env getsitepackages
|
||||
- name: Set env PYTHON_SITE_PACKAGES_PATH
|
||||
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
|
||||
echo "PYTHON_SITE_PACKAGES_PATH=$(echo \"$Python_ROOT_DIR/lib/python3.12/site-packages\")" >> $GITHUB_ENV
|
||||
- name: Path for macOS arm64
|
||||
if: matrix.os == 'macos-14'
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue