From f3e9b4894b991c9f8c0d2c098721ab29d19a6223 Mon Sep 17 00:00:00 2001 From: Ke Bao Date: Fri, 17 Jan 2025 17:26:21 +0800 Subject: [PATCH] Fix sgl-kernel ci (#2938) --- .github/workflows/pr-test-sgl-kernel.yml | 4 ++++ 1 file changed, 4 insertions(+) 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