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
conda now requires accepting the default channel to proceed. Otherwise
it would fail
```
[2025-07-15T19:41:39.043Z] CondaToSNonInteractiveError: Terms of Service have not been accepted for the following channels. Please accept or remove them before proceeding:
[2025-07-15T19:41:39.043Z] • https://repo.anaconda.com/pkgs/main
[2025-07-15T19:41:39.043Z] • https://repo.anaconda.com/pkgs/r
```
explicitly accept terms to avoid failing `CondaToSNonInteractiveError`.
This has been verified in both local dev and internal CI
Signed-off-by: Peixin Li <[email protected]>
0 commit comments