mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Update ubuntu_tests.yml
This commit is contained in:
parent
604cd77d26
commit
ee9c1d2b1c
1 changed files with 6 additions and 10 deletions
16
.github/workflows/ubuntu_tests.yml
vendored
16
.github/workflows/ubuntu_tests.yml
vendored
|
@ -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…
Reference in a new issue