浏览代码

Update ubuntu_tests.yml

pull/1794/head
Christian Clauss 5 年前
提交者 GitHub
父节点
当前提交
ee9c1d2b1c
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 6 次插入10 次删除
  1. +6
    -10
      .github/workflows/ubuntu_tests.yml

+ 6
- 10
.github/workflows/ubuntu_tests.yml 查看文件

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

正在加载...
取消
保存