Parcourir la source

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

pull/1794/head
Christian Clauss il y a 5 ans
Parent
révision
79bdfce276
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      .github/workflows/ubuntu_tests.yml

+ 1
- 1
.github/workflows/ubuntu_tests.yml Voir le fichier

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

Chargement…
Annuler
Enregistrer