Skip to content

Commit 672caf4

Browse files
merrymercylifuhuang
authored andcommitted
Fix release-docs.yml to not use python 3.9 (sgl-project#6204)
1 parent f37bbd4 commit 672caf4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release-docs.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ jobs:
2222
- name: Checkout code
2323
uses: actions/checkout@v4
2424

25-
- name: Set up Python
26-
uses: actions/setup-python@v4
27-
with:
28-
python-version: '3.9'
29-
3025
- name: Install dependencies
3126
run: |
3227
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:
3631
apt-get install -y pandoc
3732
apt-get update && apt-get install -y parallel retry
3833
34+
ln -sf "$(which python3)" /usr/bin/python
35+
3936
- name: Setup Jupyter Kernel
4037
run: |
4138
python -m ipykernel install --user --name python3 --display-name "Python 3"

0 commit comments

Comments
 (0)