-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fix #81 - setuptools not explicit in all distros - switch to uv #82
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #82 +/- ##
==========================================
- Coverage 91.18% 90.72% -0.46%
==========================================
Files 8 8
Lines 397 399 +2
==========================================
Hits 362 362
- Misses 35 37 +2 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Previosly I was able to use pip install --editable .
as described in the README. I can't seem to do the same in this branch. Could you update the readme if needed?
Definitely! I should have marked as draft - it still needs a few connecting bolts here and there especially in docs. |
Ok, should be fixed now. I think this is the first all on |
Description
Fixed
How to prepare for test
us
paxa
How to test
Expected test outcome
Review
Thanks for filling in who performed the code review and the test!
This version is a
Implementation Plan