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

chore(ci): switch to uv fully #819

Merged
merged 1 commit into from
Oct 9, 2024
Merged

chore(ci): switch to uv fully #819

merged 1 commit into from
Oct 9, 2024

Conversation

JP-Ellis
Copy link
Contributor

@JP-Ellis JP-Ellis commented Oct 9, 2024

📝 Summary

We were still using the actions/setup-python action, which does not properly support uv (especially caching). We switch instead to astral-sh/setup-uv and use uv to manage Python version as well.

🚨 Breaking Changes

🔥 Motivation

Improve CI performance

🔨 Test Plan

As part of CI

🔗 Related issues/PRs

None

We were still using the actions/setup-python action, which does not
properly support uv. We switch instead to `astral-sh/setup-uv` and use
uv to manage Python version as well.

Signed-off-by: JP-Ellis <josh@jpellis.me>
@JP-Ellis JP-Ellis self-assigned this Oct 9, 2024
Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78%. Comparing base (1c5c5aa) to head (5aa0609).
Report is 2 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff          @@
##           master   #819   +/-   ##
=====================================
  Coverage      78%    78%           
=====================================
  Files          30     30           
  Lines        3366   3366           
=====================================
  Hits         2636   2636           
  Misses        730    730           
Flag Coverage Δ
examples 59% <ø> (ø)
tests 75% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JP-Ellis JP-Ellis merged commit 4e226a2 into master Oct 9, 2024
32 of 37 checks passed
@JP-Ellis JP-Ellis deleted the chore/switch-to-uv branch October 9, 2024 23:34
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