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 #####