diff --git a/.github/workflows/ubuntu_tests.yml b/.github/workflows/ubuntu_tests.yml index 4b1d062e..dc1e598e 100644 --- a/.github/workflows/ubuntu_tests.yml +++ b/.github/workflows/ubuntu_tests.yml @@ -22,7 +22,7 @@ jobs: sudo apt-get install -y build-essential libssl-dev zlib1g-dev libbz2-dev \ libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \ xz-utils tk-dev libffi-dev liblzma-dev python-openssl git - - run: cd $(pyenv root) && git pull + - run: cd $(bin/pyenv root) && git pull - run: bin/pyenv install ${{ matrix.python-version }} - run: bin/pyenv global ${{ matrix.python-version }} - run: bin/pyenv rehash