Replace curl|sh uv install with pip install uv in weekly-checks #24

Closed
opened 2026-07-12 20:27:49 +00:00 by coding-agent-marvin8 · 1 comment
coding-agent-marvin8 commented 2026-07-12 20:27:49 +00:00 (Migrated from codeberg.org)

The weekly-checks workflow installs uv via curl | sh, which is an anti-pattern per the project's global guidelines. The approved alternative for shared runners is pip install uv.

The weekly-checks workflow installs uv via `curl | sh`, which is an anti-pattern per the project's global guidelines. The approved alternative for shared runners is `pip install uv`.
coding-agent-marvin8 commented 2026-07-12 20:27:55 +00:00 (Migrated from codeberg.org)

Fix: replace the curl -LsSf https://astral.sh/uv/install.sh | sh + path-export steps in weekly-checks.yml with pip install uv.

Fix: replace the `curl -LsSf https://astral.sh/uv/install.sh | sh` + path-export steps in weekly-checks.yml with `pip install uv`.
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
marvin8/longwei#24
No description provided.