Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
97933b67
Unverified
Commit
97933b67
authored
Mar 24, 2022
by
Frank Lee
Committed by
GitHub
Mar 24, 2022
Browse files
[devops] recover tsinghua pip source due to proxy issue (#509)
parent
0035b7be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
.github/workflows/build.yml
.github/workflows/build.yml
+1
-0
.github/workflows/compatibility_test.yml
.github/workflows/compatibility_test.yml
+1
-0
No files found.
.github/workflows/build.yml
View file @
97933b67
...
...
@@ -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
...
...
.github/workflows/compatibility_test.yml
View file @
97933b67
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment