[bug] fix router installation to include additional dependency (#12348)

This commit is contained in:
Simo Lin
2025-10-29 12:45:18 -07:00
committed by GitHub
parent ed1044ac1b
commit 5259becd3c
8 changed files with 47 additions and 9 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ jobs:
echo "Building sgl-router..."
cd sgl-router
pip install maturin
maturin build --release --out dist
maturin build --release --out dist --features vendored-openssl
pip install --force-reinstall dist/*.whl
- name: Start disaggregation servers