mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
echo "$HOME/bin" >> $GITHUB_PATH
This commit is contained in:
parent
f86a799b5f
commit
5ec5f9598f
1 changed files with 4 additions and 3 deletions
7
.github/workflows/ubuntu_tests.yml
vendored
7
.github/workflows/ubuntu_tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue