Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
6cd29694
Unverified
Commit
6cd29694
authored
Oct 12, 2025
by
Cheng Wan
Committed by
GitHub
Oct 12, 2025
Browse files
[lint] Fix the lint issue (#11516)
parent
2ac46e94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.github/workflows/pr-test.yml
.github/workflows/pr-test.yml
+3
-3
No files found.
.github/workflows/pr-test.yml
View file @
6cd29694
...
@@ -674,7 +674,7 @@ jobs:
...
@@ -674,7 +674,7 @@ jobs:
steps
:
steps
:
-
name
:
Checkout code
-
name
:
Checkout code
uses
:
actions/checkout@v4
uses
:
actions/checkout@v4
-
name
:
Download artifacts
-
name
:
Download artifacts
if
:
needs.check-changes.outputs.sgl_kernel == 'true'
if
:
needs.check-changes.outputs.sgl_kernel == 'true'
uses
:
actions/download-artifact@v4
uses
:
actions/download-artifact@v4
...
@@ -682,11 +682,11 @@ jobs:
...
@@ -682,11 +682,11 @@ jobs:
path
:
sgl-kernel/dist/
path
:
sgl-kernel/dist/
merge-multiple
:
true
merge-multiple
:
true
pattern
:
wheel-python3.10-cuda12.9
pattern
:
wheel-python3.10-cuda12.9
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
|
run
:
|
CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} IS_BLACKWELL=1 bash scripts/ci/ci_install_dependency.sh
CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} IS_BLACKWELL=1 bash scripts/ci/ci_install_dependency.sh
-
name
:
Run test
-
name
:
Run test
timeout-minutes
:
45
timeout-minutes
:
45
run
:
|
run
:
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment