diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0479b8950..4ab86e801 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -92,7 +92,7 @@ jobs: - script: | conda config --add channels conda-forge --force - conda create -yyes --quiet --name buildenv + conda create -y -q -n buildenv call activate buildenv conda config --set auto_update_conda false conda install --yes --name buildenv ninja