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
70e8dd41
Unverified
Commit
70e8dd41
authored
Apr 08, 2022
by
ver217
Committed by
GitHub
Apr 08, 2022
Browse files
[hotfix] update requirements-test (#701)
parent
1ae94ea8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
.github/workflows/build.yml
.github/workflows/build.yml
+1
-1
.github/workflows/compatibility_test.yml
.github/workflows/compatibility_test.yml
+1
-1
requirements/requirements-test.txt
requirements/requirements-test.txt
+2
-0
No files found.
.github/workflows/build.yml
View file @
70e8dd41
...
...
@@ -22,13 +22,13 @@ 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 transformers
-
uses
:
actions/checkout@v2
with
:
ssh-key
:
${{ secrets.SSH_KEY_FOR_CI }}
-
name
:
Install Colossal-AI
run
:
|
pip install -r requirements/requirements.txt
pip install -r requirements/requirements-test.txt
pip install -v --no-cache-dir .
-
name
:
Unit Testing
run
:
|
...
...
.github/workflows/compatibility_test.yml
View file @
70e8dd41
...
...
@@ -48,11 +48,11 @@ 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 transformers
-
uses
:
actions/checkout@v2
-
name
:
Install Colossal-AI
run
:
|
pip install -r requirements/requirements.txt
pip install -r requirements/requirements-test.txt
pip install -v --no-cache-dir .
-
name
:
Unit Testing
run
:
|
...
...
requirements/requirements-test.txt
View file @
70e8dd41
pytest
rpyc
matplotlib
tensorboard
transformers
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