Skip to content

Adds uv to tox #1216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Adds uv to tox #1216

wants to merge 1 commit into from

Conversation

kingbuzzman
Copy link
Contributor

@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

@Copilot 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

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