1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-13 05:43: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
- run: pwd
- env:
PYENV_ROOT: $(pwd)
PYENV_ROOT: /home/runner/work/pyenv/pyenv
run: |
echo $PYENV_ROOT
$(bin/pyenv init -)