diff --git a/.github/workflows/pr-test-sgl-kernel.yml b/.github/workflows/pr-test-sgl-kernel.yml index d5848d4e4..4115677dc 100644 --- a/.github/workflows/pr-test-sgl-kernel.yml +++ b/.github/workflows/pr-test-sgl-kernel.yml @@ -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