[devops] recover tsinghua pip source due to proxy issue (#509)

This commit is contained in:
Frank Lee
2022-03-24 16:11:49 +08:00
committed by GitHub
parent 0035b7be07
commit 97933b6710
2 changed files with 2 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ jobs:
steps:
- name: Install dependencies
run: |
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip install -U pip setuptools wheel --user
pip install pytest tensorboard transformers
- uses: actions/checkout@v2

View File

@@ -25,6 +25,7 @@ jobs:
steps:
- name: Install dependencies
run: |
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip install -U pip setuptools wheel --user
pip install pytest tensorboard deepspeed apex
- uses: actions/checkout@v2