Unverified Commit 97933b67 authored by Frank Lee's avatar Frank Lee Committed by GitHub
Browse files

[devops] recover tsinghua pip source due to proxy issue (#509)

parent 0035b7be
......@@ -20,6 +20,7 @@ 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
......
......@@ -25,6 +25,7 @@ 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
......
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