From 4d67025a1d9f71a8703ad0eb40e6d4ee29f8a78d Mon Sep 17 00:00:00 2001 From: Mick Date: Thu, 26 Jun 2025 16:32:44 +0800 Subject: [PATCH] chore: improve ci bug reporting (#7542) --- scripts/ci_install_dependency.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/ci_install_dependency.sh b/scripts/ci_install_dependency.sh index c6436a545..8ac697041 100755 --- a/scripts/ci_install_dependency.sh +++ b/scripts/ci_install_dependency.sh @@ -38,5 +38,8 @@ pip install huggingface_hub[hf_xet] # Install xformers pip install -U xformers --index-url https://download.pytorch.org/whl/cu126 --no-deps --force-reinstall +# To help dumping traces when timeout occurred +pip install py-spy + # Show current packages pip list