Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
17ab54de
Unverified
Commit
17ab54de
authored
Jan 24, 2026
by
Fadi Arafeh
Committed by
GitHub
Jan 24, 2026
Browse files
[CPU Backend][BugFix] Fix failing Darwin pipelines (#33002)
Signed-off-by:
Fadi Arafeh
<
fadi.arafeh@arm.com
>
parent
cd775bdb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.github/workflows/macos-smoke-test.yml
.github/workflows/macos-smoke-test.yml
+2
-1
No files found.
.github/workflows/macos-smoke-test.yml
View file @
17ab54de
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment