File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140
140
141
141
- name : Install Colossal-AI
142
142
run : |
143
- BUILD_EXT=1 pip install -v -e .
143
+ BUILD_EXT=1 pip install -v .
144
144
pip install --no-cache-dir -r requirements/requirements-test.txt
145
145
146
146
- name : Store Colossal-AI Cache
Original file line number Diff line number Diff line change 55
55
if : steps.check-avai.outputs.avai == 'true'
56
56
run : |
57
57
[ ! -z "$(ls -A /github/home/cuda_ext_cache/)" ] && cp -r /github/home/cuda_ext_cache/* /__w/ColossalAI/ColossalAI/
58
- BUILD_EXT=1 pip install -v -e .
58
+ BUILD_EXT=1 pip install -v .
59
59
cp -r /__w/ColossalAI/ColossalAI/build /github/home/cuda_ext_cache/
60
60
pip install --no-cache-dir -r requirements/requirements-test.txt
61
61
You can’t perform that action at this time.
0 commit comments