-
Notifications
You must be signed in to change notification settings - Fork 27
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 dependencies.yaml
to generate environment files
#416
Use dependencies.yaml
to generate environment files
#416
Conversation
dependencies.yaml
to include cuda-python
dependencies.yaml
to generate environment files
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-24.03 #416 +/- ##
================================================
+ Coverage 74.00% 74.03% +0.02%
================================================
Files 394 394
Lines 13955 13955
Branches 1054 1053 -1
================================================
+ Hits 10328 10331 +3
+ Misses 3627 3624 -3
Flags with carried forward coverage won't be shown. Click here to find out more. see 4 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
/merge |
Updates MRC to use
dependencies.yaml
for the source of truth for environment files, and adds a pre-commit hook to ensure the environment files get generated before commit. Also adds the pre-commit hook as a check in CI to ensure we catch missed changes.