Update ubuntu_tests.yml

This commit is contained in:
Christian Clauss 2021-02-24 10:07:52 +01:00 committed by GitHub
parent 604cd77d26
commit ee9c1d2b1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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