From 57504a4bcf82cf544a4261778fc0505e492e4484 Mon Sep 17 00:00:00 2001 From: Michael Goin Date: Fri, 11 Apr 2025 18:52:38 -0600 Subject: [PATCH] [CI][Bugfix] Add mistral_tool_use to Ci (#16517) Signed-off-by: mgoin --- .buildkite/test-pipeline.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index cdc487c1e78d4..16acc2fd1127a 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -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 #####