Update ubuntu_tests.yml

This commit is contained in:
Christian Clauss 2021-02-23 14:19:11 +01:00
parent 4be2dc685a
commit 390a1dd8c7

View file

@ -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: git clone https://github.com/pyenv/pyenv-update.git $(pyenv root)/plugins/pyenv-update
- run: git clone https://github.com/pyenv/pyenv-update.git $(bin/pyenv root)/plugins/pyenv-update
- run: bin/pyenv update
- run: bin/pyenv install ${{ matrix.python-version }}
- run: bin/pyenv global ${{ matrix.python-version }}