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

deps: use uv if present #1754

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

deps: use uv if present #1754

wants to merge 6 commits into from

Commits on May 8, 2024

  1. deps: use uv if present

    `uv` is a compatible `pip` replacement made in Rust, which runs
    significantly faster. It saves about 70 seconds on my M3 when installing
    deps.
    Oppen committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f4f1612 View commit details
    Browse the repository at this point in the history
  2. deps: add uv dep

    Oppen committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b25d2bc View commit details
    Browse the repository at this point in the history
  3. Add cargo path

    Oppen committed May 8, 2024
    Configuration menu
    Copy the full SHA
    980f85f View commit details
    Browse the repository at this point in the history
  4. Install uv in scripts

    Oppen committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c914b64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a91123 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    efaf681 View commit details
    Browse the repository at this point in the history