mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-03 09:14:33 +00:00
[devops] remove tsinghua source for pip (#505)
This commit is contained in:
parent
af56c1d024
commit
44f7bcb277
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -20,7 +20,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
|
|
||||||
pip install -U pip setuptools wheel --user
|
pip install -U pip setuptools wheel --user
|
||||||
pip install pytest tensorboard transformers
|
pip install pytest tensorboard transformers
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
3
.github/workflows/compatibility_test.yml
vendored
3
.github/workflows/compatibility_test.yml
vendored
@ -23,9 +23,6 @@ jobs:
|
|||||||
options: --gpus all --rm --ipc=host -v /data/scratch/cifar-10:/data/scratch/cifar-10
|
options: --gpus all --rm --ipc=host -v /data/scratch/cifar-10:/data/scratch/cifar-10
|
||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
steps:
|
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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
|
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
|
||||||
|
Loading…
Reference in New Issue
Block a user