echo "$HOME/bin" >> $GITHUB_PATH

This commit is contained in:
Christian Clauss 2021-02-24 12:45:00 +01:00 committed by GitHub
parent f86a799b5f
commit 5ec5f9598f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,8 +24,9 @@ jobs:
PYENV_ROOT: /home/runner/work/pyenv/pyenv
run: |
echo $PYENV_ROOT
bin/pyenv install ${{ matrix.python-version }}
bin/pyenv global ${{ matrix.python-version }}
bin/pyenv rehash
echo "$HOME/bin" >> $GITHUB_PATH
pyenv install ${{ matrix.python-version }}
pyenv global ${{ matrix.python-version }}
pyenv rehash
python --version
python -m pip --version