Skip to content

Replace remaining pipx/poetry refs with uv#400

Closed
bschwedler wants to merge 1 commit intofeature/use-uvfrom
fix-uv-refs
Closed

Replace remaining pipx/poetry refs with uv#400
bschwedler wants to merge 1 commit intofeature/use-uvfrom
fix-uv-refs

Conversation

@bschwedler
Copy link
Copy Markdown
Contributor

Summary

  • Replace poetry run permission with uv run in .claude/settings.json
  • Replace poetry.lock gitignore section with uv.lock
  • Fix justfile error message to say uv tool install instead of pipx install/uvx install
  • Replace pipx install with uv tool install in setup-bakery/action.yml
  • Add astral-sh/setup-uv@v6 step to CI action since uv isn't pre-installed on GHA runners

Test plan

  • Verify setup-bakery action works in a CI run after feature/use-uv merges

- .claude/settings.json: poetry run -> uv run permission
- .gitignore: poetry.lock section -> uv.lock section
- justfile: error message now says uv tool install
- setup-bakery/action.yml: pipx install -> uv tool install,
  add astral-sh/setup-uv@v6 step since uv isn't pre-installed
  on GHA runners like pipx is
@bschwedler bschwedler requested a review from ianpittwood as a code owner March 26, 2026 12:10
@bschwedler bschwedler closed this Mar 26, 2026
@bschwedler bschwedler deleted the fix-uv-refs branch March 26, 2026 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant