Skip to content

ci(*:skip): Migrate devtool to uv#6659

Merged
danieljanes merged 11 commits intomainfrom
migrate-devtool-to-uv
Mar 2, 2026
Merged

ci(*:skip): Migrate devtool to uv#6659
danieljanes merged 11 commits intomainfrom
migrate-devtool-to-uv

Conversation

@danieljanes
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings March 2, 2026 12:45
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR migrates the dev/devtool developer tooling environment from Poetry to uv, updating packaging metadata, adding contributor documentation, and adjusting CI workflows/bootstrap so jobs can install and run devtool via uv.

Changes:

  • Switch dev/pyproject.toml from Poetry metadata to PEP 621 + Hatchling, and configure uv dependency groups/sources.
  • Add dev/README.md documenting how to sync and run devtool via uv.
  • Update select GitHub Actions workflows and the shared bootstrap composite action to support installing/running uv for devtool-dependent jobs.

Reviewed changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
dev/pyproject.toml Migrate from Poetry config to PEP 621 + Hatchling, add uv dependency groups and git source.
dev/README.md New documentation for setting up and running devtool with uv.
.github/workflows/intelligence-docs.yml Replace Poetry install + direct tool call with uv sync and uv run.
.github/workflows/build-deploy-non-framework-docs.yml Install devtool deps via uv and run devtool commands through uv run.
.github/workflows/framework-test.yml Expand path filters to trigger when dev lock/config changes.
.github/workflows/datasets-test.yml Expand path filters to trigger when dev lock/config changes.
.github/actions/bootstrap/action.yml Add optional uv installation support/outputs to the shared bootstrap action.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

danieljanes and others added 7 commits March 2, 2026 13:57
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@github-actions github-actions bot added the Maintainer Used to determine what PRs (mainly) come from Flower maintainers. label Mar 2, 2026
Copy link
Contributor

@panh99 panh99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@danieljanes danieljanes enabled auto-merge (squash) March 2, 2026 17:54
@danieljanes danieljanes merged commit 534176c into main Mar 2, 2026
77 of 78 checks passed
@danieljanes danieljanes deleted the migrate-devtool-to-uv branch March 2, 2026 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Maintainer Used to determine what PRs (mainly) come from Flower maintainers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants