update setup and workflow (#222)

This commit is contained in:
ver217
2022-02-14 17:09:30 +08:00
committed by Frank Lee
parent 3a1a9820b0
commit 578ea0583b
5 changed files with 159 additions and 129 deletions

View File

@@ -43,7 +43,7 @@ jobs:
- name: Install Colossal-AI
run: |
pip install -r requirements/requirements.txt
pip install -v --no-cache-dir --global-option="--cuda_ext" .
pip install -v --no-cache-dir .
- name: Unit Testing
run: |
pytest tests