Skip to content

Commit 2de6996

Browse files
authored
updated workflow to prevent test hang (#309)
Co-authored-by: root <FrankLeeeee>
1 parent 6839cf2 commit 2de6996

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
cp -p -r /github/home/sf/* ./
3131
fi
3232
33+
- name: Remove flashinfer # this is needed to avoid flashinfer jit compilation makes the program hang
34+
run: |
35+
rm -rf /github/home/.cache/flashinfer
36+
3337
- name: Install dependencies
3438
shell: bash
3539
run: |

0 commit comments

Comments
 (0)