Hi there, I noticed today that setup-micromamba's libmamba seems to be failing for me in my Windows builds: https://github.com/Ouranosinc/raven-hydro/actions/runs/11693031236/job/32604561549
It seems as though this is an encoding error (for the ✨ emoji?):
UnicodeEncodeError: 'charmap' codec can't encode character '\u2728' in position 8: character maps to <undefined>
I'm not able to see what has changed, as it seems to fail at the list step, but most of my dependencies are pinned. I know that black uses the ✨ emoji and has done so for years, so I'm not sure where the issue is.