Install uv in Renovate workflow - #192
Open
Gérald Barré (geraldbarre-workleap) wants to merge 3 commits into
Open
Install uv in Renovate workflow#192Gérald Barré (geraldbarre-workleap) wants to merge 3 commits into
Gérald Barré (geraldbarre-workleap) wants to merge 3 commits into
Conversation
Renovate fails with `spawn uv ENOENT` when trying to update Python lock files (e.g. pydantic-ai-slim, pypdf, starlette) because `uv` is not available on the runner. Add `astral-sh/setup-uv@v5` before the Renovate step. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Gérald Barré (geraldbarre-workleap)
requested review from
a team
as code owners
February 27, 2026 19:05
Copilot started reviewing on behalf of
Gérald Barré (geraldbarre-workleap)
February 27, 2026 19:05
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds the astral-sh/setup-uv action to the Renovate workflow to fix spawn uv ENOENT errors that occur when Renovate attempts to update Python lock files. The uv tool is a Python package installer and resolver that Renovate needs to be available on the runner to process Python dependencies.
Changes:
- Adds
astral-sh/setup-uv@v5step to install theuvtool before the Renovate step runs
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
spawn uv ENOENTwhen updating Python lock files (pydantic-ai-slim,pypdf,starlette) becauseuvis not installed on the runnerastral-sh/setup-uv@v5step before the Renovate step in the reusable workflowTest plan
ENOENTerrors🤖 Generated with Claude Code