From 585bcab2d33319709f511bc4231be8368471cbeb Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 6 Oct 2021 22:16:36 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4ab86e801..a9e12e755 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -92,9 +92,9 @@ jobs: - script: | conda config --add channels conda-forge --force - conda create -y -q -n buildenv - call activate buildenv conda config --set auto_update_conda false + conda create -y -n buildenv + call activate buildenv conda install --yes --name buildenv ninja mkdir build cd build