Browse Source

echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH

pull/1838/head
Christian Clauss 3 years ago
committed by GitHub
parent
commit
9e4ead1f93
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      .github/workflows/ubuntu_tests.yml

+ 5
- 5
.github/workflows/ubuntu_tests.yml View File

@ -20,11 +20,11 @@ jobs:
xz-utils tk-dev libffi-dev liblzma-dev python-openssl git
# https://github.com/pyenv/pyenv#installation
- run: pwd
#- env:
# PYENV_ROOT: /home/runner/work/pyenv/pyenv
# run: |
# echo $PYENV_ROOT
- class="nt">run class="p">: PYENV_ROOT=$(pwd) echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH
- env:
PYENV_ROOT: /home/runner/work/pyenv/pyenv
run: |
echo $PYENV_ROOT
echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH
- run: bin/pyenv install ${{ matrix.python-version }}
- run: bin/pyenv global ${{ matrix.python-version }}
- run: bin/pyenv rehash

Loading…
Cancel
Save