Skip to content

Commit dd0a9c2

Browse files
committed
fix pytest
Signed-off-by: wangli <wangli858794774@gmail.com>
1 parent cc82cf1 commit dd0a9c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vllm_ascend_test_main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
VLLM_WORKER_MULTIPROC_METHOD: spawn
111111
HF_ENDPOINT: https://hf-mirror.com
112112
run: |
113-
pytest -sv -m 'not multi' tests
113+
pytest -sv -m 'not multinpu' tests
114114
115115
- name: Run vllm-project/vllm test for V0 Engine
116116
env:
@@ -190,4 +190,4 @@ jobs:
190190
VLLM_USE_V1: 0
191191
PYTORCH_NPU_ALLOC_CONF: max_split_size_mb:256
192192
run: |
193-
pytest -sv -m multi tests/
193+
pytest -sv -m multinpu tests/

0 commit comments

Comments
 (0)