-
Notifications
You must be signed in to change notification settings - Fork 423
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
Add command line option to specify the wanted package format #5209
Conversation
CodSpeed Performance ReportMerging #5209 will not alter performanceComparing Summary
|
@@ -58,7 +99,7 @@ def set_invocation_time(): | |||
no_rewrite_stdout_env_default = "false" | |||
ignore_verify_codes_default = [] | |||
exit_on_verify_error_default = False | |||
conda_pkg_format_default = None | |||
conda_pkg_format_default = CondaPkgFormat.V1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
conda_pkg_format_default = CondaPkgFormat.V1 | |
conda_pkg_format_default = CondaPkgFormat.V2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this change should be postponed to 25.1.
Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>
Isn't there also an environment variable for this |
…ed value if it is not set to None
Co-authored-by: Daniel Holth <dholth@anaconda.com>
Description
Fix for issue #4890.
--package-format
introduced as command line argumentChecklist - did you ...
news
directory (using the template) for the next release's release notes?