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
When running the conda github actions we get the following error:
/usr/share/miniconda/lib/python3.12/site-packages/conda/base/context.py:198: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3.
To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels:
Description
When running the conda github actions we get the following error:
This is because in our requirements file we list 'defaults' as a channel:
CIL/scripts/requirements-test.yml
Line 19 in c79eda4
Environment
The text was updated successfully, but these errors were encountered: