1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 06:13:53 -05:00

Update ubuntu_tests.yml

This commit is contained in:
Christian Clauss
2021-02-24 12:48:18 +01:00
committed by GitHub
parent 5ec5f9598f
commit 12e6f92a56

View File

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