-
Notifications
You must be signed in to change notification settings - Fork 414
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: use uv #3042
chore: use uv #3042
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3042 +/- ##
==========================================
+ Coverage 72.64% 72.68% +0.03%
==========================================
Files 129 129
Lines 41573 41573
Branches 41573 41573
==========================================
+ Hits 30202 30218 +16
+ Misses 9401 9397 -4
+ Partials 1970 1958 -12 ☔ View full report in Codecov by Sentry. |
Some parts of CI need to be updated to use UV as well: https://github.com/delta-io/delta-rs/blob/main/.github/workflows/python_build.yml |
Changes look good, but can you resolve the cache dependency glob? Once CI passes we can merge it : ) |
Should be ok, I needed to checkout the repo before in the setup action. Hope it's ok :) |
@thomas-chauvet it's still failing, can you look at it |
@ion-elgreco, sorry I missed that it did run |
Just one more failure during install, you need to explicitly create a venv or install it system-wide :) |
a2e53d7
to
6fc1b5c
Compare
Signed-off-by: Thomas <[email protected]> docs: fix activate venv Signed-off-by: Thomas <[email protected]> fix: pip uninstall with uv Signed-off-by: Thomas <[email protected]> chore: update CI workflows Signed-off-by: Thomas <[email protected]> fix(ci): need to checkout to use uv.lock Signed-off-by: Thomas <[email protected]> fix(ci): fix uv.lock path Signed-off-by: Thomas <[email protected]> Update .github/workflows/python_build.yml Update .github/workflows/python_build.yml
6fc1b5c
to
b21613b
Compare
41630e0
to
3f9e7e5
Compare
3f9e7e5
to
4518b2f
Compare
Thanks for the PR, didn't have time to check on it last week. |
Description
Add
uv
for python dependency management and building tool.Related Issue(s)