[WIP] Centralize yaml configurations into conda_build.yaml#5285
[WIP] Centralize yaml configurations into conda_build.yaml#5285kenodegard wants to merge 1 commit intoconda:mainfrom
yaml configurations into conda_build.yaml#5285Conversation
CodSpeed Performance ReportMerging #5285 will not alter performanceComparing Summary
|
a6ccbc0 to
322de87
Compare
|
Hi there, thank you for your contribution! This pull request has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs. If you would like this pull request to remain open please:
NOTE: If this pull request was closed prematurely, please leave a comment. Thanks! |
|
Hi there, thank you for your contribution! This pull request has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs. If you would like this pull request to remain open please:
NOTE: If this pull request was closed prematurely, please leave a comment. Thanks! |
Description
PyYAML uses interesting defaults that we've often sought to override (e.g.,
yaml.dump(default_flow_style=False)). To ensure we do a better job of consistently applying the same standard to all of ouryaml.load/yaml.dumpcalls we introduceconda_build.yamlwith all of our customizations.Extends #5284
Checklist - did you ...
newsdirectory (using the template) for the next release's release notes?Add / update outdated documentation?