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

Use uv to install our tools #86

Merged
merged 16 commits into from
Mar 24, 2024
Merged

Use uv to install our tools #86

merged 16 commits into from
Mar 24, 2024

Commits on Feb 17, 2024

  1. Use uv to install our tools

    hynek committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    4c683c6 View commit details
    Browse the repository at this point in the history
  2. Create venv too

    hynek committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    31351d9 View commit details
    Browse the repository at this point in the history
  3. Be explicit

    hynek committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    de922a2 View commit details
    Browse the repository at this point in the history
  4. Fix path

    hynek committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    4b9b8ed View commit details
    Browse the repository at this point in the history
  5. Set venv explicitly

    hynek committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    a50aa9c View commit details
    Browse the repository at this point in the history
  6. TIL pipx is preinstalled

    hynek committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    7db688f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Merge branch 'main' into uv

    hynek authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    6521973 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Merge branch 'main' into uv

    hynek authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d00ac6f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Merge branch 'main' into uv

    hynek authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    8ba5bf7 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Merge branch 'main' into uv

    hynek authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    6952f80 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Merge branch 'main' into uv

    hynek authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    505d353 View commit details
    Browse the repository at this point in the history
  2. Try caching

    Co-authored-by: Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
    hynek and hugovk committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    0d69d76 View commit details
    Browse the repository at this point in the history
  3. Add changelog

    hynek committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    f823dec View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into uv

    hynek authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    599a4bc View commit details
    Browse the repository at this point in the history
  5. Benchmark installation methods

    hynek committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    cfafe44 View commit details
    Browse the repository at this point in the history
  6. Install uv using curl

    It's much faster: 0m3.533s vs 0m1.864s
    hynek committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    9a36f73 View commit details
    Browse the repository at this point in the history