From 0b3015d0036efe217933008f4c0b8a1c7f1bafe9 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 6 Oct 2021 22:05:31 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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