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
At the moment everything is sorted alphanumerically in the rendered environment. I think it is not correct:
channel priorities should be respected
pip dependencies order should maybe be somewhat respected (since pip is, at the moment and until it gets the promised resolver, sensitive to the order in which we ask for dependencies)
I guess the way to go for includes, at least for channels, would be to have a simple consistency check and fail if two channels are ordered differently in different files.
Thanks for conda-devenv!
The text was updated successfully, but these errors were encountered:
At the moment everything is sorted alphanumerically in the rendered environment. I think it is not correct:
I guess the way to go for includes, at least for channels, would be to have a simple consistency check and fail if two channels are ordered differently in different files.
Thanks for conda-devenv!
The text was updated successfully, but these errors were encountered: