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
Currently, the conda channels are a set, see here. This is a problem, because serialized version of the model can have different strings.
We need to convert it to a list, but ensure uniqueness.
Acceptance Criteria
CondaPackages.channels must be a list
Validations must ensure that there are no duplicates
Background
Currently, the conda channels are a set, see here. This is a problem, because serialized version of the model can have different strings.
We need to convert it to a list, but ensure uniqueness.
Acceptance Criteria
CondaPackages.channelsmust be a list