mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-22 21:32:39 +00:00
Update ubuntu_tests.yml
This commit is contained in:
parent
5ec5f9598f
commit
12e6f92a56
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ubuntu_tests.yml
vendored
6
.github/workflows/ubuntu_tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue