We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a standalone no-dependencies binary installation of mamba called micromamba: https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html
mamba
We could probably use it instead of our current miniforge install.
Of course, this is a minor improvement. It might make the setup step slightly faster, and would probably make the CI code slightly simpler.
Continuous Integration
The text was updated successfully, but these errors were encountered:
We recommend using micromamba's dedicated GitHub Action, mamba-org/setup-micromamba.
mamba-org/setup-micromamba
Sorry, something went wrong.
Ah, but we're installing it in a Docker image.
In this case, mamba-org/micromamba-docker might be of an inspiration.
mamba-org/micromamba-docker
Apparently there are docs for it: https://micromamba-docker.readthedocs.io/en/latest/
No branches or pull requests
Describe the enhancement requested
There is a standalone no-dependencies binary installation of
mamba
called micromamba:https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html
We could probably use it instead of our current miniforge install.
Of course, this is a minor improvement. It might make the setup step slightly faster, and would probably make the CI code slightly simpler.
Component(s)
Continuous Integration
The text was updated successfully, but these errors were encountered: