-
Notifications
You must be signed in to change notification settings - Fork 31
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
migrate dependencies to setup.py and update CI config #855
Conversation
59c00d1
to
8cf8cd4
Compare
Automated dependency upgrades
@munrojm I'm cleaning up our dependency management, and I can't seem to figure out the source of this error in
|
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #855 +/- ##
==========================================
- Coverage 88.14% 87.94% -0.20%
==========================================
Files 44 44
Lines 3593 3593
==========================================
- Hits 3167 3160 -7
- Misses 426 433 +7 ☔ View full report in Codecov by Sentry. |
Migrate all requirements into
setup.py
and fix problems with the CI using the auto-generated requirements files