We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c0c38 commit b04eae1Copy full SHA for b04eae1
2 files changed
.github/workflows/client_tests.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Install dependencies
33
run: |
34
- uv venv --python 3.12
+ uv venv --python 3.12 --clear
35
uv pip install -e . --no-deps
36
uv pip install pydantic omegaconf hydra-core litellm instructor jinja2 python-dotenv rich pytest
37
.github/workflows/schema_tests.yml
0 commit comments