Remove explicit uv installation from CI workflow
publish / publish-tauri (, windows-latest) (release) Failing after 6m49s
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user