Skip to content

Commit d2b9d44

Browse files
Merge branch 'hf_main' into development
2 parents 36b5ca8 + 7ba7086 commit d2b9d44

File tree

13 files changed

+369
-387
lines changed

13 files changed

+369
-387
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- name: Agent tests
3737
run: |
3838
uv run pytest -sv ./tests/test_agents.py
39+
- name: Default tools tests
40+
run: |
41+
uv run pytest -sv ./tests/test_default_tools.py
3942
- name: Final answer tests
4043
run: |
4144
uv run pytest -sv ./tests/test_final_answer.py

0 commit comments

Comments
 (0)