We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37bbd4 commit 672caf4Copy full SHA for 672caf4
.github/workflows/release-docs.yml
@@ -22,11 +22,6 @@ jobs:
22
- name: Checkout code
23
uses: actions/checkout@v4
24
25
- - name: Set up Python
26
- uses: actions/setup-python@v4
27
- with:
28
- python-version: '3.9'
29
-
30
- name: Install dependencies
31
run: |
32
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
apt-get install -y pandoc
37
apt-get update && apt-get install -y parallel retry
38
33
34
+ ln -sf "$(which python3)" /usr/bin/python
35
+
39
- name: Setup Jupyter Kernel
40
41
python -m ipykernel install --user --name python3 --display-name "Python 3"
0 commit comments