mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-22 23:20:47 +00:00
GitHub Actions: Add $PYENV_ROOT/shims to $PATH
This commit is contained in:
parent
abcbf6e112
commit
63a6f1bec4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ubuntu_tests.yml
vendored
2
.github/workflows/ubuntu_tests.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
PYENV_ROOT: /home/runner/work/pyenv/pyenv
|
||||
run: |
|
||||
echo $PYENV_ROOT
|
||||
echo "$HOME/bin" >> $GITHUB_PATH
|
||||
echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH
|
||||
bin/pyenv install ${{ matrix.python-version }}
|
||||
bin/pyenv global ${{ matrix.python-version }}
|
||||
bin/pyenv rehash
|
||||
|
|
Loading…
Reference in a new issue