Skip to content
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

fix: issue with deferred micromamba installation #2239

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

saikonen
Copy link
Collaborator

deferring micromamba binary installation in the last release (2.13.8) caused two issues

  • when micromamba is not installed, there is a race condition due to environments being solved in parallel which can kick up multiple installs at a time
  • the property was not returning the path to the binary after installation, leading to first calls failing.

@saikonen saikonen requested a review from savingoyal January 31, 2025 11:26
@savingoyal savingoyal merged commit 181b857 into master Jan 31, 2025
29 checks passed
@savingoyal savingoyal deleted the fix/micromamba-installation-issue branch January 31, 2025 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants