Skip to content

Commit 342f441

Browse files
committed
CLEARML_NO_DEFAULT_SERVER: 1
1 parent c6085c7 commit 342f441

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535
env:
3636
UV_SYSTEM_PIP: 1
37+
CLEARML_NO_DEFAULT_SERVER: 1
3738
timeout-minutes: 85
3839
defaults:
3940
run:
@@ -77,7 +78,7 @@ jobs:
7778
run: |
7879
uv pip install -r requirements-dev.txt
7980
uv pip install -e .
80-
pip list
81+
uv pip list
8182
8283
- name: Check code formatting
8384
run: |

0 commit comments

Comments
 (0)