From f61407ed91491534b9849b5d22c11004e712f1a8 Mon Sep 17 00:00:00 2001 From: empyreus Date: Tue, 5 May 2026 18:47:23 +0000 Subject: [PATCH] try to install everything not just python --- .azure-pipelines/templates/sglang-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/sglang-test.yml b/.azure-pipelines/templates/sglang-test.yml index d0490f1e..e8afe4e3 100644 --- a/.azure-pipelines/templates/sglang-test.yml +++ b/.azure-pipelines/templates/sglang-test.yml @@ -47,7 +47,7 @@ steps: git clone -b main https://github.com/caiomcbr/sglang.git cd sglang pip install --upgrade pip - pip install -e "python" + pip install -e . # - template: run-remote-task.yml # parameters: