-
-
Notifications
You must be signed in to change notification settings - Fork 418
Use mamba 2 for the base installation of Miniforge (continued) #728
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
Conversation
@@ -1,9 +1,9 @@ | |||
{% set version = os.environ.get("MINIFORGE_VERSION", "24.11.3-0") %} | |||
{% set conda_libmamba_solver_version = "24.9.0"%} | |||
# This file is parsed by the scripts to define |
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 would rather keep this "intelligent" parsing. if possible.
I don't want to update a file in 3 locations since it makes using bots difficult.
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 am also in favor of keeping it, but I was not working last time (I guess it depends on the current working directory).
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.
ah thnaks for working through it.
yeah it might be a little fragile i guess.
This reverts commit d55cfd6.
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
The previous commands do not parse the version successfully. Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Mark Harfouche <mark.harfouche@gmail.com>
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
let merge and create a pre-release for us to test. and we can report results. |
Follow-up of #715.