Explorar el Código

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

pull/1794/head
Christian Clauss hace 5 años
padre
commit
79bdfce276
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      .github/workflows/ubuntu_tests.yml

+ 1
- 1
.github/workflows/ubuntu_tests.yml Ver fichero

@ -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 }}

Cargando…
Cancelar
Guardar