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
6ea05950
Unverified
Commit
6ea05950
authored
May 11, 2025
by
Lianmin Zheng
Committed by
GitHub
May 11, 2025
Browse files
Fix release-docs.yml to not use python 3.9 (#6204)
parent
e7dd906c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
.github/workflows/release-docs.yml
.github/workflows/release-docs.yml
+2
-5
No files found.
.github/workflows/release-docs.yml
View file @
6ea05950
...
@@ -22,11 +22,6 @@ jobs:
...
@@ -22,11 +22,6 @@ jobs:
-
name
:
Checkout code
-
name
:
Checkout code
uses
:
actions/checkout@v4
uses
:
actions/checkout@v4
-
name
:
Set up Python
uses
:
actions/setup-python@v4
with
:
python-version
:
'
3.9'
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
|
run
:
|
find /public_sglang_ci/runner-a-gpu-1/_work/_tool/Python/3.9.21/x64/lib/python3.9/site-packages -name "sgl-kernel*" -exec rm -rf {} + || true
find /public_sglang_ci/runner-a-gpu-1/_work/_tool/Python/3.9.21/x64/lib/python3.9/site-packages -name "sgl-kernel*" -exec rm -rf {} + || true
...
@@ -36,6 +31,8 @@ jobs:
...
@@ -36,6 +31,8 @@ jobs:
apt-get install -y pandoc
apt-get install -y pandoc
apt-get update && apt-get install -y parallel retry
apt-get update && apt-get install -y parallel retry
ln -sf "$(which python3)" /usr/bin/python
-
name
:
Setup Jupyter Kernel
-
name
:
Setup Jupyter Kernel
run
:
|
run
:
|
python -m ipykernel install --user --name python3 --display-name "Python 3"
python -m ipykernel install --user --name python3 --display-name "Python 3"
...
...
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