GitHub Actions: Add $PYENV_ROOT/shims to $PATH

This commit is contained in:
Christian Clauss 2021-03-02 12:15:18 +01:00 committed by GitHub
parent abcbf6e112
commit 63a6f1bec4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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