Update ubuntu_tests.yml

This commit is contained in:
Christian Clauss 2021-02-24 12:26:57 +01:00 committed by GitHub
parent 61e2f742fc
commit 8c0603acf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,10 +21,10 @@ jobs:
# https://github.com/pyenv/pyenv#installation
- run: pwd
- env:
PYENV_ROOT: $HOME
PYENV_ROOT: $(pwd)
run: |
echo $PYENV_ROOT
bin/pyenv init -
$(bin/pyenv init -)
bin/pyenv install ${{ matrix.python-version }}
bin/pyenv global ${{ matrix.python-version }}
bin/pyenv rehash