Skip to content

Commit fc0b015

Browse files
committed
source venv
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent bc0ec1f commit fc0b015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-sglang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
docker exec ${CONTAINER_ID} sh -c '
249249
set -eux
250250
uv venv --python 3.12
251-
source .venv/bin/activate
251+
. .venv/bin/activate
252252
253253
bash scripts/ci/ci_install_dependency.sh
254254
'
@@ -427,7 +427,7 @@ jobs:
427427
docker exec ${CONTAINER_ID} sh -c '
428428
set -eux
429429
uv venv --python 3.12
430-
source .venv/bin/activate
430+
. .venv/bin/activate
431431
432432
bash scripts/ci/ci_install_dependency.sh
433433
'

0 commit comments

Comments
 (0)