mirror of https://github.com/hpcaitech/ColossalAI
[hotfix] update requirements-test (#701)
parent
1ae94ea85a
commit
70e8dd418b
|
@ -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: |
|
||||
|
|
|
@ -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: |
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
pytest
|
||||
rpyc
|
||||
matplotlib
|
||||
tensorboard
|
||||
transformers
|
||||
|
|
Loading…
Reference in New Issue