1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 14:23:53 -05:00

PYENV_ROOT: /home/runner/work/pyenv/pyenv

This commit is contained in:
Christian Clauss
2021-02-24 12:28:15 +01:00
committed by GitHub
parent 8c0603acf2
commit 1e4c759b7a

View File

@@ -21,7 +21,7 @@ jobs:
# https://github.com/pyenv/pyenv#installation # https://github.com/pyenv/pyenv#installation
- run: pwd - run: pwd
- env: - env:
PYENV_ROOT: $(pwd) PYENV_ROOT: /home/runner/work/pyenv/pyenv
run: | run: |
echo $PYENV_ROOT echo $PYENV_ROOT
$(bin/pyenv init -) $(bin/pyenv init -)