"vscode:/vscode.git/clone" did not exist on "7130a7cea9cec6161d458c2eea718ea4ce2c1324"
Unverified Commit f3e9b489 authored by Ke Bao's avatar Ke Bao Committed by GitHub
Browse files

Fix sgl-kernel ci (#2938)

parent 6a7973ad
...@@ -38,6 +38,10 @@ jobs: ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment