./pyenv install ${{ matrix.python-version }}

This commit is contained in:
Christian Clauss 2021-01-27 11:36:58 +01:00
parent 665f1f9aa4
commit 79bdfce276

View file

@ -22,4 +22,4 @@ 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: pyenv install ${{ matrix.python-version }}
- run: ./pyenv install ${{ matrix.python-version }}