mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
PYENV_ROOT: /home/runner/work/pyenv/pyenv
This commit is contained in:
parent
8c0603acf2
commit
1e4c759b7a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ubuntu_tests.yml
vendored
2
.github/workflows/ubuntu_tests.yml
vendored
|
@ -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 -)
|
||||
|
|
Loading…
Reference in a new issue