Skip to content

Commit 148789d

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

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.vllm_version%%-*}"
102+
/vllm-workspace/vllm-ascend/tests/e2e/run_doctests.sh "${{ matrix.os }}"

tests/e2e/run_doctests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
set -eo errexit
21-
VLLM_VERSION=$1
21+
VLLM_VERSION=${1%%-*}
2222
export HF_ENDPOINT="https://hf-mirror.com"
2323

2424
. $(dirname "$0")/common.sh

0 commit comments

Comments
 (0)