-
Notifications
You must be signed in to change notification settings - Fork 62
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
Use Pyproject2Conda to manage build envs #345
Conversation
b3e4bcc
to
7147f99
Compare
7147f99
to
8c873b2
Compare
Code Climate has analyzed commit 8c873b2 and detected 14 issues on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #345 +/- ##
==========================================
- Coverage 91.08% 89.98% -1.11%
==========================================
Files 39 41 +2
Lines 3187 3234 +47
==========================================
+ Hits 2903 2910 +7
- Misses 284 324 +40
☔ View full report in Codecov by Sentry. |
This switches our build environment management from conda-lock to pyproject2conda, with pre-rendered environment files saved in the
envs
dir. Closes #340.