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: ...@@ -29,8 +29,9 @@ jobs:
- name: Install dependencies and build vLLM - name: Install dependencies and build vLLM
run: | 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 -r requirements/cpu.txt --index-strategy unsafe-best-match
uv pip install -e . uv pip install -e . --no-build-isolation
env: env:
CMAKE_BUILD_PARALLEL_LEVEL: 4 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