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
ac4513c5
Unverified
Commit
ac4513c5
authored
Mar 17, 2022
by
Frank Lee
Committed by
GitHub
Mar 17, 2022
Browse files
[DevOps] remove unneeded dependency in build workflow (#449)
parent
0fcfb1e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.github/workflows/build.yml
.github/workflows/build.yml
+3
-1
No files found.
.github/workflows/build.yml
View file @
ac4513c5
...
...
@@ -22,8 +22,10 @@ jobs:
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
transformers
pip install pytest tensorboard transformers
-
uses
:
actions/checkout@v2
with
:
ssh-key
:
${{ secrets.SSH_KEY_FOR_CI }}
-
name
:
Install Colossal-AI
run
:
|
pip install -r requirements/requirements.txt
...
...
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