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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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