Skip to content

Commit b04eae1

Browse files
committed
Clear existing venv
1 parent d9c0c38 commit b04eae1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/client_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Install dependencies
3333
run: |
34-
uv venv --python 3.12
34+
uv venv --python 3.12 --clear
3535
uv pip install -e . --no-deps
3636
uv pip install pydantic omegaconf hydra-core litellm instructor jinja2 python-dotenv rich pytest
3737

.github/workflows/schema_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Install dependencies
3333
run: |
34-
uv venv --python 3.12
34+
uv venv --python 3.12 --clear
3535
uv pip install -e . --no-deps
3636
uv pip install pydantic omegaconf hydra-core litellm instructor jinja2 python-dotenv rich pytest
3737

0 commit comments

Comments
 (0)