Skip to content

Commit b79076b

Browse files
authored
Merge branch 'main' into bug/anthropic-tool-cal-with-thinking
2 parents 7b10376 + daa9695 commit b79076b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,7 @@ jobs:
8484
enable-cache: true
8585
- name: Install dependencies
8686
run: make sync
87+
- name: Install Python 3.9 dependencies
88+
run: UV_PROJECT_ENVIRONMENT=.venv_39 uv sync --all-extras --all-packages --group dev
8789
- name: Run tests
8890
run: make old_version_tests

0 commit comments

Comments
 (0)