mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 14:53:53 -05:00
Update ubuntu_tests.yml
This commit is contained in:
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
|
# https://github.com/pyenv/pyenv#installation
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- env:
|
- env:
|
||||||
PYENV_ROOT: $HOME
|
PYENV_ROOT: $(pwd)
|
||||||
run: |
|
run: |
|
||||||
echo $PYENV_ROOT
|
echo $PYENV_ROOT
|
||||||
bin/pyenv init -
|
$(bin/pyenv init -)
|
||||||
bin/pyenv install ${{ matrix.python-version }}
|
bin/pyenv install ${{ matrix.python-version }}
|
||||||
bin/pyenv global ${{ matrix.python-version }}
|
bin/pyenv global ${{ matrix.python-version }}
|
||||||
bin/pyenv rehash
|
bin/pyenv rehash
|
||||||
|
|||||||
Reference in New Issue
Block a user