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
7d3af603
Unverified
Commit
7d3af603
authored
Aug 08, 2025
by
ishandhanani
Committed by
GitHub
Aug 08, 2025
Browse files
chore(ci): update Python version from 3.9 to 3.10 in sgl-kernel workflow (#8981)
parent
4e7f0252
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
.github/workflows/pr-test-sgl-kernel.yml
.github/workflows/pr-test-sgl-kernel.yml
+7
-7
No files found.
.github/workflows/pr-test-sgl-kernel.yml
View file @
7d3af603
...
...
@@ -2,11 +2,11 @@ name: PR Test (sgl-kernel)
on
:
push
:
branches
:
[
main
]
branches
:
[
main
]
paths
:
-
"
sgl-kernel/**"
pull_request
:
branches
:
[
main
]
branches
:
[
main
]
paths
:
-
"
sgl-kernel/**"
workflow_dispatch
:
...
...
@@ -36,10 +36,10 @@ jobs:
strategy
:
matrix
:
include
:
-
python-version
:
'
3.
9'
cuda-version
:
'
12.4
'
-
python-version
:
'
3.
9'
cuda-version
:
'
12.9
'
-
python-version
:
"
3.
10"
cuda-version
:
"
12.4
"
-
python-version
:
"
3.
10"
cuda-version
:
"
12.9
"
name
:
Build Wheel (CUDA ${{ matrix.cuda-version }})
steps
:
-
name
:
Cleanup
...
...
@@ -48,7 +48,7 @@ jobs:
-
uses
:
actions/checkout@v4
with
:
submodules
:
'
recursive
'
submodules
:
"
recursive
"
-
name
:
Set up Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v5
...
...
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