Skip to content

Commit c2c8c9c

Browse files
[ci] Temporary fix for build on pr (#5741)
* temporary fix for CI * timeout to 90
1 parent c06208e commit c2c8c9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_on_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
container:
9292
image: hpcaitech/pytorch-cuda:2.1.0-12.1.0
9393
options: --gpus all --rm -v /dev/shm -v /data/scratch/llama-tiny:/data/scratch/llama-tiny
94-
timeout-minutes: 75
94+
timeout-minutes: 90
9595
defaults:
9696
run:
9797
shell: bash
@@ -140,7 +140,7 @@ jobs:
140140
141141
- name: Install Colossal-AI
142142
run: |
143-
pip install -v -e .
143+
BUILD_EXT=1 pip install -v -e .
144144
pip install -r requirements/requirements-test.txt
145145
146146
- name: Store Colossal-AI Cache

0 commit comments

Comments
 (0)