[ci] install released version router (#12410)

This commit is contained in:
Keyang Ru
2025-10-30 21:59:08 -07:00
committed by GitHub
parent 2f766f381d
commit 72b5f3d0bb
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ fi
$PIP_CMD install -e "python[dev]" --extra-index-url https://download.pytorch.org/whl/${CU_VERSION} $PIP_INSTALL_SUFFIX
# Install router for pd-disagg test
$PIP_CMD install -e "sgl-router" $PIP_INSTALL_SUFFIX
$PIP_CMD install sglang-router $PIP_INSTALL_SUFFIX
# Install sgl-kernel
SGL_KERNEL_VERSION_FROM_KERNEL=$(grep -Po '(?<=^version = ")[^"]*' sgl-kernel/pyproject.toml)