"vscode:/vscode.git/clone" did not exist on "20e4497be23f8e74882bfb0bd0db3d30dd821afc"
Unverified Commit 17ab54de authored by Fadi Arafeh's avatar Fadi Arafeh Committed by GitHub
Browse files

[CPU Backend][BugFix] Fix failing Darwin pipelines (#33002)


Signed-off-by: default avatarFadi Arafeh <fadi.arafeh@arm.com>
parent cd775bdb
......@@ -29,8 +29,9 @@ jobs:
- name: Install dependencies and build vLLM
run: |
uv pip install -r requirements/cpu-build.txt --index-strategy unsafe-best-match
uv pip install -r requirements/cpu.txt --index-strategy unsafe-best-match
uv pip install -e .
uv pip install -e . --no-build-isolation
env:
CMAKE_BUILD_PARALLEL_LEVEL: 4
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment