Browse Source

Update ubuntu_tests.yml

pull/1794/head
Christian Clauss 3 years ago
committed by GitHub
parent
commit
ee9c1d2b1c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 10 deletions
  1. +6
    -10
      .github/workflows/ubuntu_tests.yml

+ 6
- 10
.github/workflows/ubuntu_tests.yml View File

@ -24,13 +24,9 @@ jobs:
xz-utils tk-dev libffi-dev liblzma-dev python-openssl git
- run: cd $(bin/pyenv root) && git pull || true
- run: git pull
- run: bin/pyenv install ${{ matrix.python-version }}
- run: bin/pyenv global ${{ matrix.python-version }}
- run: bin/pyenv rehash
- run: python --version || true
- run: python -m pip --version || true
- run: python2 --version || true
- run: python2 -m pip --version || true
- run: python3 --version || true
- run: python3 -m pip --version || true
- run: |
bin/pyenv install ${{ matrix.python-version }}
bin/pyenv global ${{ matrix.python-version }}
bin/pyenv rehash
python --version
python -m pip --version

Loading…
Cancel
Save