Fix sgl-kernel ci (#2938)
This commit is contained in:
4
.github/workflows/pr-test-sgl-kernel.yml
vendored
4
.github/workflows/pr-test-sgl-kernel.yml
vendored
@@ -38,6 +38,10 @@ jobs:
|
|||||||
cd sgl-kernel
|
cd sgl-kernel
|
||||||
find tests -name "test_*.py" | xargs -n 1 python3
|
find tests -name "test_*.py" | xargs -n 1 python3
|
||||||
|
|
||||||
|
- name: Uninstall dependencies
|
||||||
|
run: |
|
||||||
|
pip3 uninstall sgl-kernel -y
|
||||||
|
|
||||||
finish:
|
finish:
|
||||||
needs: [unit-test]
|
needs: [unit-test]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user