Browse Source

Update ubuntu_tests.yml

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

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

@ -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

Loading…
Cancel
Save