We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0ec1f commit fc0b015Copy full SHA for fc0b015
.github/workflows/pr-sglang.yml
@@ -248,7 +248,7 @@ jobs:
248
docker exec ${CONTAINER_ID} sh -c '
249
set -eux
250
uv venv --python 3.12
251
- source .venv/bin/activate
+ . .venv/bin/activate
252
253
bash scripts/ci/ci_install_dependency.sh
254
'
@@ -427,7 +427,7 @@ jobs:
427
428
429
430
431
432
433
0 commit comments