Skip to content

Commit e0c10e4

Browse files
committed
fix ci
Signed-off-by: MengqingCao <cmq0113@163.com>
1 parent 0066bf1 commit e0c10e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vllm_ascend_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ jobs:
162162
if: steps.filter_spec_decode.outputs.speculative_tests_changed == 'true' || github.event_name == 'schedule'
163163
run: |
164164
if [[ "${{ matrix.os }}" == "linux-arm64-npu-1" ]]; then
165-
VLLM_USE_MODELSCOPE=true pytest -sv tests/singlecard/spec_decode/e2e/test_v1_spec_decode.py
166165
pytest -sv tests/singlecard/spec_decode/e2e/test_mtp_correctness.py # it needs a clean process
167166
pytest -sv tests/singlecard/spec_decode --ignore=tests/singlecard/spec_decode/e2e/test_mtp_correctness.py --ignore=tests/singlecard/spec_decode/e2e/test_v1_spec_decode.py
167+
VLLM_USE_MODELSCOPE=true pytest -sv tests/singlecard/spec_decode/e2e/test_v1_spec_decode.py
168168
fi
169169
170170
- name: Run vllm-project/vllm test for V0 Engine

0 commit comments

Comments
 (0)