Skip to content

Adds uv to tox#1216

Merged
kingbuzzman merged 2 commits into
mainfrom
dev/uv
Aug 2, 2025
Merged

Adds uv to tox#1216
kingbuzzman merged 2 commits into
mainfrom
dev/uv

Conversation

@kingbuzzman
Copy link
Copy Markdown
Member

@kingbuzzman kingbuzzman commented Jun 5, 2025

For the most part, the "Install dependencies" step, sees a decrease of 2-3s for each job
Main
This PR

@kingbuzzman kingbuzzman marked this pull request as ready for review June 5, 2025 22:28
@kingbuzzman kingbuzzman requested a review from Copilot June 5, 2025 22:28
Copy link
Copy Markdown

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 updates the dependency installation in the workflow to use the "uv" tool for setting up tox with its "tox-uv" extension, aiming to reduce setup times.

  • Replaces direct pip installation of tox with the "uv tool install" command.
  • Introduces the installation of the "uv" package.
Comments suppressed due to low confidence (1)

.github/workflows/main.yml:56

  • [nitpick] It would be helpful to add a comment or update internal documentation explaining the new 'uv tool' command and its configuration for tox.
uv tool install tox==4.26.0 --with tox-uv

Comment thread .github/workflows/main.yml
@kingbuzzman kingbuzzman requested a review from bluetech June 9, 2025 16:00
@kingbuzzman kingbuzzman merged commit bd9408f into main Aug 2, 2025
21 checks passed
@kingbuzzman kingbuzzman deleted the dev/uv branch August 2, 2025 19:42
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.

2 participants