Browse Source

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

pull/1794/head
Christian Clauss 5 years ago
parent
commit
79bdfce276
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/ubuntu_tests.yml

+ 1
- 1
.github/workflows/ubuntu_tests.yml 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 }}

Loading…
Cancel
Save