From 8c0603acf226cc89cb0b22ebd279607a66094b08 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 24 Feb 2021 12:26:57 +0100 Subject: [PATCH] Update ubuntu_tests.yml --- .github/workflows/ubuntu_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu_tests.yml b/.github/workflows/ubuntu_tests.yml index 64560132..3d911a01 100644 --- a/.github/workflows/ubuntu_tests.yml +++ b/.github/workflows/ubuntu_tests.yml @@ -21,10 +21,10 @@ jobs: # https://github.com/pyenv/pyenv#installation - run: pwd - env: - PYENV_ROOT: $HOME + PYENV_ROOT: $(pwd) run: | echo $PYENV_ROOT - bin/pyenv init - + $(bin/pyenv init -) bin/pyenv install ${{ matrix.python-version }} bin/pyenv global ${{ matrix.python-version }} bin/pyenv rehash