Skip to content

Commit ebdad10

Browse files
committed
fix ci
Signed-off-by: wangli <wangli858794774@gmail.com>
1 parent 5e115ff commit ebdad10

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/vllm_ascend_test_main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ jobs:
166166
167167
- name: Install vllm-project/vllm-ascend
168168
run: |
169+
pip uninstall -y numpy
170+
pip install -r requirements-dev.txt
169171
pip install -e .
170172
171173
- name: Install pta
@@ -182,7 +184,6 @@ jobs:
182184
fi
183185
184186
pip install /root/.cache/pta/torch_npu-2.5.1.dev20250320-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
185-
186187
- name: Run vllm-project/vllm-ascend test
187188
env:
188189
VLLM_USE_V1: 0

tests/test_offline_inference.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ def test_models(
5757
vllm_model.generate_greedy(example_prompts, max_tokens)
5858

5959

60-
pytest.mark.multinpu
61-
62-
60+
@pytest.mark.multinpu
6361
@pytest.mark.parametrize("model, distributed_executor_backend", [
6462
("Qwen/QwQ-32B", "mp"),
6563
])

0 commit comments

Comments
 (0)