mirror of
https://github.com/pyenv/pyenv.git
synced 2025-05-02 00:07:43 +00:00
Update ubuntu_tests.yml
This commit is contained in:
parent
c20aad5ef9
commit
6e74abc42a
1 changed files with 5 additions and 6 deletions
11
.github/workflows/ubuntu_tests.yml
vendored
11
.github/workflows/ubuntu_tests.yml
vendored
|
@ -20,12 +20,11 @@ jobs:
|
||||||
xz-utils tk-dev libffi-dev liblzma-dev python-openssl git
|
xz-utils tk-dev libffi-dev liblzma-dev python-openssl git
|
||||||
# https://github.com/pyenv/pyenv#installation
|
# https://github.com/pyenv/pyenv#installation
|
||||||
- run: pwd
|
- run: pwd
|
||||||
#- env:
|
- env:
|
||||||
# PYENV_ROOT: /home/runner/work/pyenv/pyenv
|
PYENV_ROOT: /home/runner/work/pyenv/pyenv
|
||||||
# run: |
|
run: |
|
||||||
# echo $PYENV_ROOT
|
echo $PYENV_ROOT
|
||||||
# echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH
|
echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH
|
||||||
- run: PYENV_ROOT=$(pwd) echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH
|
|
||||||
- run: |
|
- run: |
|
||||||
bin/pyenv install ${{ matrix.python-version }}
|
bin/pyenv install ${{ matrix.python-version }}
|
||||||
bin/pyenv global ${{ matrix.python-version }}
|
bin/pyenv global ${{ matrix.python-version }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue