mirror of https://github.com/hpcaitech/ColossalAI
[devops] remove tsinghua source for pip (#507)
parent
44f7bcb277
commit
65ad47c35c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue