Skip to content

Commit b0a5fa2

Browse files
committed
fix syntax
Signed-off-by: wangli <wangli858794774@gmail.com>
1 parent 148789d commit b0a5fa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/vllm_ascend_doctest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ jobs:
9999
100100
# Run real test
101101
echo "Test:"
102-
/vllm-workspace/vllm-ascend/tests/e2e/run_doctests.sh "${{ matrix.os }}"
102+
/vllm-workspace/vllm-ascend/tests/e2e/run_doctests.sh "${{ matrix.vllm_verison }}"

tests/e2e/doctests/002-pip-binary-installation-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ create_vllm_venv
2424

2525
_info "====> Install vllm and vllm-ascend from ${VLLM_VERSION}"
2626
if [[ "$VLLM_VERSION" == "main" ]]; then
27-
pip install vllm==0.8.5.post1
27+
pip install vllm==0.9.0
2828
pip install vllm-ascend==0.8.5rc1
2929
fi
3030

0 commit comments

Comments
 (0)