Skip to content

Commit d0ca325

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

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
@@ -161,9 +161,9 @@ jobs:
161161
if: steps.filter_spec_decode.outputs.speculative_tests_changed == 'true' || github.event_name == 'schedule'
162162
run: |
163163
if [[ "${{ matrix.os }}" == "linux-arm64-npu-1" ]]; then
164-
VLLM_USE_MODELSCOPE=true pytest -sv tests/singlecard/spec_decode/e2e/test_v1_spec_decode.py
165164
pytest -sv tests/singlecard/spec_decode/e2e/test_mtp_correctness.py # it needs a clean process
166165
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
166+
VLLM_USE_MODELSCOPE=true pytest -sv tests/singlecard/spec_decode/e2e/test_v1_spec_decode.py
167167
fi
168168
169169
- name: Run vllm-project/vllm test for V0 Engine

0 commit comments

Comments
 (0)