8000 Remove RUST_LOG=trace · asusevski/llama-cpp-python@2102eb9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2102eb9

Browse files
committed
Remove RUST_LOG=trace
1 parent 903781a commit 2102eb9

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,10 @@ jobs:
5555
run: |
5656
python -m pip install --upgrade pip
5757
python -m pip install uv
58-
RUST_LOG=trace python -m uv pip install -e .[all] --verbose
58+
python -m uv pip install -e .[all] --verbose
5959
shell: bash
6060
- name: Install dependencies (Windows)
6161
if: runner.os == 'Windows'
62-
env:
63-
RUST_LOG: trace
6462
run: |
6563
python -m pip install --upgrade pip
6664
python -m pip install uv
@@ -98,13 +96,11 @@ jobs:
9896
run: |
9997
python -m pip install --upgrade pip
10098
python -m pip install uv
101-
RUST_LOG=trace python -m uv pip install -e .[all] --verbose
99+
python -m uv pip install -e .[all] --verbose
102100
shell: bash
103101

104102
- name: Install dependencies (Windows)
105103
if: runner.os == 'Windows'
106-
env:
107-
RUST_LOG: trace
108104
run: |
109105
python -m pip install --upgrade pip
110106
python -m pip install uv
@@ -143,13 +139,11 @@ jobs:
143139
run: |
144140
python -m pip install --upgrade pip
145141
python -m pip install uv
146-
RUST_LOG=trace python -m uv pip install -e .[all] --verbose
142+
python -m uv pip install -e .[all] --verbose
147143
shell: bash
148144

149145
- name: Install dependencies (Windows)
150146
if: runner.os == 'Windows'
151-
env:
152-
RUST_LOG: trace
153147
run: |
154148
python -m pip install --upgrade pip
155149
python -m pip install uv
@@ -184,14 +178,11 @@ jobs:
184178
run: |
185179
python -m pip install --upgrade pip
186180
python -m pip install uv
187-
RUST_LOG=trace CMAKE_ARGS="-DLLAMA_METAL=on" python -m uv pip install .[all] --verbose
181+
CMAKE_ARGS="-DLLAMA_METAL=on" python -m uv pip install .[all] --verbose
188182
shell: bash
189183

190184
- name: Install dependencies (Windows)
191185
if: runner.os == 'Windows'
192-
env:
193-
RUST_LOG: trace
194-
195186
run: |
196187
python -m pip install --upgrade pip
197188
CMAKE_ARGS="-DGGML_METAL=on" python -m pip install .[all] --verbose

0 commit comments

Comments
 (0)
0