ci(github workflows): 移除uv sync的回退命令
CI / Lint, Typecheck & Test (push) Failing after 22s

简化CI依赖同步步骤,去掉失败后重试的uv sync命令
This commit is contained in:
2026-07-03 13:30:23 +08:00
parent c6653d5117
commit 5480c48e67
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- uses: http://gitea:3000/zhou/checkout.git@main
- name: Sync dependencies
run: uv sync --frozen || uv sync
run: uv sync --frozen
- name: Ruff check
run: ruff check src tests