mamba-org / setup-micromamba

GitHub Action to set up micromamba
MIT License
105 stars 16 forks source link

Fix root prefix init #107

Closed pavelzw closed 1 year ago

pavelzw commented 1 year ago

Since micromamba 1.4.5, https://github.com/mamba-org/mamba/issues/2442 is solved.

jonashaag commented 1 year ago

This means we can't use old versions of Mamba though

pavelzw commented 1 year ago

We could still use versions < 1.4.5 but only with init-shell: none.

pavelzw commented 1 year ago

But yes, before we release this version we should probably add a warning or something like that...

jonashaag commented 1 year ago

It is a breaking change so warrants a major version update. Or we could make the code backwards compatible.