Unverified Commit 587deb15 authored by Baizhou Zhang's avatar Baizhou Zhang Committed by GitHub
Browse files

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

parent 83087247
...@@ -89,6 +89,7 @@ test = [ ...@@ -89,6 +89,7 @@ test = [
"sentence_transformers", "sentence_transformers",
"tabulate", "tabulate",
] ]
dev = ["sglang[test]"]
tracing = [ tracing = [
"opentelemetry-api", "opentelemetry-api",
"opentelemetry-exporter-otlp", "opentelemetry-exporter-otlp",
......
...@@ -55,7 +55,7 @@ else ...@@ -55,7 +55,7 @@ else
$PIP_CMD install flashinfer-python==0.4.1 --prerelease=allow $PIP_INSTALL_SUFFIX $PIP_CMD install flashinfer-python==0.4.1 --prerelease=allow $PIP_INSTALL_SUFFIX
# Install the main package # 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 fi
# Install router for pd-disagg test # Install router for pd-disagg test
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment