Sfoglia il codice sorgente

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

pull/1794/head
Christian Clauss 5 anni fa
parent
commit
79bdfce276
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      .github/workflows/ubuntu_tests.yml

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

Caricamento…
Annulla
Salva