Skip to content

Commit 37d9623

Browse files
committed
fix-ci
1 parent 9c59e6c commit 37d9623

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_on_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
141141
- name: Install Colossal-AI
142142
run: |
143-
BUILD_EXT=1 pip install -v -e .
143+
BUILD_EXT=1 pip install -v .
144144
pip install --no-cache-dir -r requirements/requirements-test.txt
145145
146146
- name: Store Colossal-AI Cache

.github/workflows/build_on_schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: steps.check-avai.outputs.avai == 'true'
5656
run: |
5757
[ ! -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 .
5959
cp -r /__w/ColossalAI/ColossalAI/build /github/home/cuda_ext_cache/
6060
pip install --no-cache-dir -r requirements/requirements-test.txt
6161

0 commit comments

Comments
 (0)