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
404e6f88
Unverified
Commit
404e6f88
authored
Jan 07, 2022
by
Frank Lee
Committed by
GitHub
Jan 07, 2022
Browse files
Hotfix/gitact (#125)
* enable CI after PR sync * Fixed github action
parent
43e7d546
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/build.yml
.github/workflows/build.yml
+2
-2
No files found.
.github/workflows/build.yml
View file @
404e6f88
...
@@ -20,8 +20,8 @@ jobs:
...
@@ -20,8 +20,8 @@ jobs:
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
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
:
|
python3 -m
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
python3 -m
pip install -U pip setuptools wheel --user
pip install -U pip setuptools wheel --user
pip install pytest tensorboard deepspeed apex
pip install pytest tensorboard deepspeed apex
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
-
name
:
Install Colossal-AI
-
name
:
Install Colossal-AI
...
...
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