"vscode:/vscode.git/clone" did not exist on "ba291dad9f5cd0061e5ee4cab332db42c434e369"
Unverified Commit 6cd29694 authored by Cheng Wan's avatar Cheng Wan Committed by GitHub
Browse files

[lint] Fix the lint issue (#11516)

parent 2ac46e94
......@@ -674,7 +674,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Download artifacts
if: needs.check-changes.outputs.sgl_kernel == 'true'
uses: actions/download-artifact@v4
......@@ -682,11 +682,11 @@ jobs:
path: sgl-kernel/dist/
merge-multiple: true
pattern: wheel-python3.10-cuda12.9
- name: Install dependencies
run: |
CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} IS_BLACKWELL=1 bash scripts/ci/ci_install_dependency.sh
- name: Run test
timeout-minutes: 45
run: |
......
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