[hotfix] Fix pytest not found in CI (#12311)

This commit is contained in:
Baizhou Zhang
2025-10-28 20:07:36 -07:00
committed by GitHub
parent 83087247d1
commit 587deb15a7
2 changed files with 2 additions and 1 deletions

View File

@@ -89,6 +89,7 @@ test = [
"sentence_transformers",
"tabulate",
]
dev = ["sglang[test]"]
tracing = [
"opentelemetry-api",
"opentelemetry-exporter-otlp",

View File

@@ -55,7 +55,7 @@ else
$PIP_CMD install flashinfer-python==0.4.1 --prerelease=allow $PIP_INSTALL_SUFFIX
# Install the main package
$PIP_CMD install -e "python" --extra-index-url https://download.pytorch.org/whl/${CU_VERSION} $PIP_INSTALL_SUFFIX --upgrade
$PIP_CMD install -e "python[dev]" --extra-index-url https://download.pytorch.org/whl/${CU_VERSION} $PIP_INSTALL_SUFFIX --upgrade
fi
# Install router for pd-disagg test