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
This issue happens for me using setup-micromamba so Conda is not even involved. Therefore I am not sure whether the explanation in conda/conda#14569 (comment) applies.
Perhaps it would be the ensure-conda that is used, which uses the broken conda version?
The --micromamba worked on CI but somehow didn't work locally.
which resulted in the error json.decoder.JSONDecodeError when running conda-lock (via unidep), after pinning micromamba and explicitly adding conda as a dependency, the error resolved.
When running conda-lock in a GitHub action, you may see the following stack trace:
This is caused by an upstream issue in
conda
. To mitigate, see conda/conda#14569 (comment).Another mitigation is to add the
--micromamba
flag withconda-lock
in order to avoid the use ofconda
.The text was updated successfully, but these errors were encountered: