From c8bbc481ee97c76283261c2b633cca53758f1348 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 23 Feb 2021 18:36:18 +0100 Subject: [PATCH] cd $(bin/pyenv root) && git pull --- .github/workflows/ubuntu_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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