Skip to content

Commit 649e203

Browse files
committed
source and install dependencies
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent e1291b2 commit 649e203

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/pr-sglang.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,14 @@ jobs:
205205
- name: Checkout DLC source
206206
uses: actions/checkout@v5
207207

208+
- name: Install test dependencies
209+
run: |
210+
uv venv
211+
source .venv/bin/activate
212+
213+
uv pip install -r test/requirements.txt
214+
uv pip install -r test/sglang/sagemakerrequirements.txt
215+
208216
- name: Run example tests
209217
run: |
210218
cd test/

0 commit comments

Comments
 (0)