Description
On July 15, Anaconda pushed new Terms-of-Service that break CIs.
Anaconda has since pushed conda-anaconda-tos 0.2.1, miniconda 25.5.1-1, and Anaconda 2025.06-1 to make this less troublesome for CIs.
Please update miniconda on ubuntu-latest and windows-latest.
note: macos-latest would also be affected if miniconda hadn't been stripped out of that image for no particularly good reason
Platforms affected
Runner images affected
Image version and build link
https://dev.azure.com/guyer/FiPy/_build/results?buildId=1797&view=results
Is it regression?
no
Expected behavior
Conda actions work without error.
Actual behavior
Pipeline step fails with
CondaToSNonInteractiveError: Terms of Service have not been accepted for the following channels. Please accept or remove them before proceeding:
• https://repo.anaconda.com/pkgs/main
• https://repo.anaconda.com/pkgs/r
Repro steps
Using ubuntu-latest or windows-latest, call conda env create or conda install in a pipeline step.
Description
On July 15, Anaconda pushed new Terms-of-Service that break CIs.
Anaconda has since pushed conda-anaconda-tos 0.2.1, miniconda 25.5.1-1, and Anaconda 2025.06-1 to make this less troublesome for CIs.
Please update miniconda on
ubuntu-latestandwindows-latest.note:
macos-latestwould also be affected if miniconda hadn't been stripped out of that image for no particularly good reasonPlatforms affected
Runner images affected
Image version and build link
https://dev.azure.com/guyer/FiPy/_build/results?buildId=1797&view=results
Is it regression?
no
Expected behavior
Conda actions work without error.
Actual behavior
Pipeline step fails with
Repro steps
Using
ubuntu-latestorwindows-latest, callconda env createorconda installin a pipeline step.