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

[CI] Use micromamba instead of miniforge3 #44856

Open
pitrou opened this issue Nov 26, 2024 · 4 comments
Open

[CI] Use micromamba instead of miniforge3 #44856

pitrou opened this issue Nov 26, 2024 · 4 comments

Comments

@pitrou
Copy link
Member

pitrou commented Nov 26, 2024

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

@jjerphan
Copy link
Contributor

We recommend using micromamba's dedicated GitHub Action, mamba-org/setup-micromamba.

@pitrou
Copy link
Member Author

pitrou commented Nov 26, 2024

Ah, but we're installing it in a Docker image.

@jjerphan
Copy link
Contributor

In this case, mamba-org/micromamba-docker might be of an inspiration.

@pitrou
Copy link
Member Author

pitrou commented Nov 26, 2024

Apparently there are docs for it: https://micromamba-docker.readthedocs.io/en/latest/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants