Skip to content
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

ci: Remove upgrade of wheel #2542

Merged
merged 2 commits into from
Sep 19, 2024
Merged

ci: Remove upgrade of wheel #2542

merged 2 commits into from
Sep 19, 2024

Commits on Sep 19, 2024

  1. ci: Remove upgrade of wheel

    * Remove upgrading of wheel from CI workflows.
       - For dependencies that don't provide a wheel, and don't have build-system
         metadata in pyproject.toml, modern setuptools has integrated wheel and so
         installation is unnecessary.
    * Remove 'uv pip install --system --upgrade pip' as 'uv pip' is a different
      program.
    matthewfeickert committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    fcb67cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a1a7ae View commit details
    Browse the repository at this point in the history