Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
zhaoyu6
sglang
Commits
587deb15
Unverified
Commit
587deb15
authored
Oct 28, 2025
by
Baizhou Zhang
Committed by
GitHub
Oct 29, 2025
Browse files
[hotfix] Fix pytest not found in CI (#12311)
parent
83087247
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
python/pyproject.toml
python/pyproject.toml
+1
-0
scripts/ci/ci_install_dependency.sh
scripts/ci/ci_install_dependency.sh
+1
-1
No files found.
python/pyproject.toml
View file @
587deb15
...
...
@@ -89,6 +89,7 @@ test = [
"sentence_transformers"
,
"tabulate"
,
]
dev
=
["sglang[test]"]
tracing
=
[
"opentelemetry-api"
,
"opentelemetry-exporter-otlp"
,
...
...
scripts/ci/ci_install_dependency.sh
View file @
587deb15
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment