From ac8e79d7ef970da93f720a46f9219a68a9d89cb0 Mon Sep 17 00:00:00 2001 From: Christoph Brandau Date: Tue, 30 Jun 2026 15:39:01 +0200 Subject: [PATCH] Remove explicit `uv` installation from CI workflow The `uv` tool is expected to be pre-installed on the runner or handled by an earlier workflow step, making its explicit installation within this job redundant. --- .gitea/workflows/app_builder.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/app_builder.yaml b/.gitea/workflows/app_builder.yaml index 5645c24..b541076 100644 --- a/.gitea/workflows/app_builder.yaml +++ b/.gitea/workflows/app_builder.yaml @@ -138,6 +138,5 @@ jobs: - name: Upload artifacts to MinIO with cicd_tool working-directory: GitLite/cicd_tool run: | - python -m pip install uv uv sync uv run main.py