From 5641ab03d79bc06763ff8ca33626c65c21b4eb9a Mon Sep 17 00:00:00 2001 From: mgoin Date: Fri, 11 Apr 2025 21:40:36 +0000 Subject: [PATCH] [CI][Bugfix] Add mistral_tool_use to Ci 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 cdc487c1e78d..16acc2fd1127 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 #####