[CI][Bugfix] Add mistral_tool_use to Ci (#16517)

Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
Michael Goin 2025-04-11 18:52:38 -06:00 committed by GitHub
parent ed4792c990
commit 57504a4bcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -378,8 +378,10 @@ steps:
source_file_dependencies:
- vllm/
- tests/tool_use
- tests/mistral_tool_use
commands:
- pytest -v -s tool_use
- pytest -v -s mistral_tool_use
##### models test #####