Remove explicit uv installation from CI workflow
publish / publish-tauri (, windows-latest) (release) Failing after 6m49s

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.
This commit is contained in:
Christoph Brandau
2026-06-30 15:39:01 +02:00
parent 6ae26d40ef
commit ac8e79d7ef
-1
View File
@@ -138,6 +138,5 @@ jobs:
- name: Upload artifacts to MinIO with cicd_tool - name: Upload artifacts to MinIO with cicd_tool
working-directory: GitLite/cicd_tool working-directory: GitLite/cicd_tool
run: | run: |
python -m pip install uv
uv sync uv sync
uv run main.py uv run main.py