mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-22 23:10:47 +00:00
bin/pyenv update
This commit is contained in:
parent
170636769f
commit
4be2dc685a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ubuntu_tests.yml
vendored
2
.github/workflows/ubuntu_tests.yml
vendored
|
@ -22,6 +22,8 @@ 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: git clone https://github.com/pyenv/pyenv-update.git $(pyenv root)/plugins/pyenv-update
|
||||
- run: bin/pyenv update
|
||||
- run: bin/pyenv install ${{ matrix.python-version }}
|
||||
- run: bin/pyenv global ${{ matrix.python-version }}
|
||||
- run: bin/pyenv rehash
|
||||
|
|
Loading…
Reference in a new issue