Files
awoooi/.gitea/workflows
OG T 77f70125cb
Some checks failed
CD Pipeline / build-and-deploy (push) Failing after 54s
CD Pipeline / Deploy Prometheus Alert Rules (push) Failing after 1m39s
fix(ci): 修正 python3-venv 安裝失敗導致 API Tests 中斷
問題:runner image 未內建 python3-venv,|| 邏輯在部分情況下
失效(apt-get 需要 root 權限,錯誤沒有正確傳播)

修正:先 apt-get install python3.11-venv,再 rm -rf + 重建 venv
改為明確的安裝→清除→重建三步驟,避免邏輯歧義

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 11:08:21 +08:00
..