8000 fix(ci): Install with regular pip · surtweig/llama-cpp-python@df05096 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit df05096

Browse files
committed
fix(ci): Install with regular pip
1 parent a412ba5 commit df05096

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,7 @@ jobs:
164164
- name: Install dependencies
165165
run: |
166166
python -m pip install --upgrade pip
167-
python -m pip install uv
168-
CMAKE_ARGS="-DLLAMA_METAL=on" python -m uv pip install .[all] --verbose
167+
CMAKE_ARGS="-DLLAMA_METAL=on" python -m pip install .[all] --verbose
169168
shell: bash
170169

171170
- name: Test with pytest

0 commit comments

Comments
 (0)
0