".github/vscode:/vscode.git/clone" did not exist on "c03bd7c6b25d29e3ecfa8b0d231be8a25e1bbc23"
Unverified Commit 44f7bcb2 authored by Frank Lee's avatar Frank Lee Committed by GitHub
Browse files

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

parent af56c1d0
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment