mirror of https://github.com/hpcaitech/ColossalAI
[fix] fix build ci;
parent
5c8bbf63a8
commit
6975c50f78
|
@ -140,7 +140,7 @@ jobs:
|
|||
|
||||
- name: Install Colossal-AI
|
||||
run: |
|
||||
BUILD_EXT=1 pip install -v -e .
|
||||
BUILD_EXT=1 pip install -v .
|
||||
pip install --no-cache-dir -r requirements/requirements-test.txt
|
||||
|
||||
- name: Store Colossal-AI Cache
|
||||
|
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
if: steps.check-avai.outputs.avai == 'true'
|
||||
run: |
|
||||
[ ! -z "$(ls -A /github/home/cuda_ext_cache/)" ] && cp -r /github/home/cuda_ext_cache/* /__w/ColossalAI/ColossalAI/
|
||||
BUILD_EXT=1 pip install -v -e .
|
||||
BUILD_EXT=1 pip install -v .
|
||||
cp -r /__w/ColossalAI/ColossalAI/build /github/home/cuda_ext_cache/
|
||||
pip install --no-cache-dir -r requirements/requirements-test.txt
|
||||
|
||||
|
|
Loading…
Reference in New Issue