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
I see. I'll look into if these comments can be preserved with ruamel.yaml
I think yq might support comments. Maybe a short-term fix for add is to manipulate the yaml with yq then run conda project install --force, which should re-lock since the env file changed
Let's say I have a project file that looks like this:
If I run
conda project add orjson=3.10.7
, the resulting file will look likeIt stripped the comments. Not only that, but it also doesn't keep the entries sorted like the original file. This is not very convenient.
conda project add
should keep the comments and the order as it is.The text was updated successfully, but these errors were encountered: