Fix sgl-kernel ci (#2938)

This commit is contained in:
Ke Bao
2025-01-17 17:26:21 +08:00
committed by GitHub
parent 6a7973add8
commit f3e9b4894b

View File

@@ -38,6 +38,10 @@ jobs:
cd sgl-kernel
find tests -name "test_*.py" | xargs -n 1 python3
- name: Uninstall dependencies
run: |
pip3 uninstall sgl-kernel -y
finish:
needs: [unit-test]
runs-on: ubuntu-latest