[devops] remove tsinghua source for pip (#507)

pull/509/head
Frank Lee 2022-03-24 14:12:02 +08:00 committed by GitHub
parent 44f7bcb277
commit 65ad47c35c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ 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