mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-22 23:20:47 +00:00
Update ubuntu_tests.yml
This commit is contained in:
parent
61e2f742fc
commit
8c0603acf2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ubuntu_tests.yml
vendored
4
.github/workflows/ubuntu_tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue