-
Notifications
You must be signed in to change notification settings - Fork 179
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
[Bug] Fix deprecation of --force in conda for conda versions >= 24.3.0 #1403
Conversation
Ah, I see this is addressed on: |
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.
This LGTM, could you perhaps add @ivirshup as a co-author on the commit since he had the same fix as well?
@HaoZeke |
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.
Thanks @h-mayorquin LGTM, will merge when CI passes... Please use BUG:
or MAINT:
or ENH:
as commit prefixes for any subsequent PRs :)
Co-authored-by: ivirshup <ivirshup@gmail.com> Closes airspeed-velocitygh-1396
Thanks @h-mayorquin |
@HaoZeke thanks to you for working on this project! |
The option to use --force to create environment was deprecated from conda:
https://conda.io/projects/conda/en/latest/release-notes.html#id8
This patch works for me. Let me know if it needs any additions for this to move forward.