Skip to content

Commit 6f48563

Browse files
committed
Fix pip build
Signed-off-by: MengqingCao <cmq0113@163.com>
1 parent a5e3b8b commit 6f48563

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/accuracy_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
working-directory: ./vllm-ascend
176176
run: |
177177
pip install -r requirements-dev.txt
178-
pip install -e .
178+
pip install -e . --no-build-isolation
179179
180180
- name: Install lm-eval, ray, and datasets
181181
run: |

.github/workflows/vllm_ascend_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
- name: Install vllm-project/vllm-ascend
167167
run: |
168168
pip install -r requirements-dev.txt
169-
pip install -v -e .
169+
pip install -v -e . --no-build-isolation
170170
171171
- name: Run vllm-project/vllm-ascend test for V1 Engine
172172
env:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ requires = [
1212
"scipy",
1313
"setuptools>=64",
1414
"setuptools-scm>=8",
15+
"torch-npu==2.5.1.post1.dev20250528",
1516
"torch>=2.5.1",
1617
"torchvision<0.21.0",
1718
"wheel",

0 commit comments

Comments
 (0)