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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 -)