Closed
Description
Yesterday we noticed a failure in our CI only on the windows-latest
runner where we were getting the following error:
'"C:\Users\runneradmin\micromamba\condabin\micromamba"' is not recognized as an internal or external command,
operable program or batch file.
using the mamba-org/setup-micromamba@v1
. while running a simple pre-commit check using the env.
Run micromamba run -n test pre-commit run -a
Taking a look at the logs the only difference we notice is that micromamba info
was now fetching
libmamba version : 2.0.0
micromamba version : 2.0.0
We were able to resolve by pinning to mamba-org/setup-micromamba@v1.9.0
with the micromamba-version: 1.5.10-0
following similar approach as commented in #225
Runner Logs here