update ci cases

This commit is contained in:
ZhangYulongg
2025-07-18 17:30:22 +08:00
committed by Zhang Yulong
parent 5328daa333
commit eb77b1be6d
6 changed files with 1939 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ echo "$DIR"
python -m pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
python -m pip install -r requirements.txt
python -m pip install jsonschema aistudio_sdk==0.2.6
python -m pip install jsonschema aistudio_sdk==0.3.5
bash build.sh || exit 1
failed_files=()