-
Notifications
You must be signed in to change notification settings - Fork 10
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
Initialize uv with lock file #181
base: main
Are you sure you want to change the base?
Conversation
Similar setup as in aiida-core
…in the extra dependencies of CI -> BAD!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #181 +/- ##
==========================================
- Coverage 99.90% 98.95% -0.96%
==========================================
Files 10 10
Lines 2099 2097 -2
==========================================
- Hits 2097 2075 -22
- Misses 2 22 +20 ☔ View full report in Codecov by Sentry. |
for more information, see https://pre-commit.ci
I think we should first merge #179 |
Similar is in aiida, this simplifies to extend the dependencies for new python releases as uv has smart dependency resolvement.