mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
cd $(bin/pyenv root) && git pull
This commit is contained in:
parent
ac198a66ae
commit
c8bbc481ee
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ubuntu_tests.yml
vendored
2
.github/workflows/ubuntu_tests.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
sudo apt-get install -y build-essential libssl-dev zlib1g-dev libbz2-dev \
|
sudo apt-get install -y build-essential libssl-dev zlib1g-dev libbz2-dev \
|
||||||
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \
|
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \
|
||||||
xz-utils tk-dev libffi-dev liblzma-dev python-openssl git
|
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 install ${{ matrix.python-version }}
|
||||||
- run: bin/pyenv global ${{ matrix.python-version }}
|
- run: bin/pyenv global ${{ matrix.python-version }}
|
||||||
- run: bin/pyenv rehash
|
- run: bin/pyenv rehash
|
||||||
|
|
Loading…
Reference in a new issue