You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
### What kind of change does this PR introduce?
* Prepares the next version
### Does this PR introduce a breaking change?
No.
### Other information:
Windows builds are failing due to a weird bug in the `setup-micromamba`
action. An issue has been opened concerning it:
mamba-org/setup-micromamba#243
This likely is a false positive when it comes to typical conda-based
builds.
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?):
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 thatblack
uses the ✨ emoji and has done so for years, so I'm not sure where the issue is.The text was updated successfully, but these errors were encountered: