mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-01 09:07:51 +00:00
update setup and workflow (#222)
This commit is contained in:
2
.github/workflows/PR_CI.yml
vendored
2
.github/workflows/PR_CI.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user