1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 06:13:53 -05:00

Update ubuntu_tests.yml

This commit is contained in:
Christian Clauss
2021-02-24 12:30:13 +01:00
committed by GitHub
parent 1e4c759b7a
commit f86a799b5f

View File

@@ -24,7 +24,6 @@ jobs:
PYENV_ROOT: /home/runner/work/pyenv/pyenv
run: |
echo $PYENV_ROOT
$(bin/pyenv init -)
bin/pyenv install ${{ matrix.python-version }}
bin/pyenv global ${{ matrix.python-version }}
bin/pyenv rehash