mirror of https://github.com/hpcaitech/ColossalAI
[devops] remove tsinghua source for pip (#505)
parent
af56c1d024
commit
44f7bcb277
|
@ -20,7 +20,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 transformers
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
@ -23,9 +23,6 @@ jobs:
|
|||
options: --gpus all --rm --ipc=host -v /data/scratch/cifar-10:/data/scratch/cifar-10
|
||||
timeout-minutes: 120
|
||||
steps:
|
||||
- name: Setup Environment
|
||||
run: |
|
||||
export https_proxy=http://172.17.0.1:7890 http_proxy=http://172.17.0.1:7890 all_proxy=socks5://172.17.0.1:7890
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
|
|
Loading…
Reference in New Issue