add output to pytest logs to see wtf is happening

This commit is contained in:
Ashwin Bharambe 2025-05-24 08:17:33 -07:00
parent 6294f31226
commit cc6662db7b

View file

@ -90,7 +90,7 @@ jobs:
else
stack_config="http://localhost:8321"
fi
uv run pytest -v tests/integration/${{ matrix.test-type }} --stack-config=${stack_config} \
uv run pytest -s -v tests/integration/${{ matrix.test-type }} --stack-config=${stack_config} \
-k "not(builtin_tool or safety_with_image or code_interpreter or test_rag)" \
--text-model="meta-llama/Llama-3.2-3B-Instruct" \
--embedding-model=all-MiniLM-L6-v2