Skip to content

Commit f3e9b48

Browse files
authored
Fix sgl-kernel ci (#2938)
1 parent 6a7973a commit f3e9b48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-test-sgl-kernel.yml

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
cd sgl-kernel
3939
find tests -name "test_*.py" | xargs -n 1 python3
4040
41+
- name: Uninstall dependencies
42+
run: |
43+
pip3 uninstall sgl-kernel -y
44+
4145
finish:
4246
needs: [unit-test]
4347
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)