From 2d875b988bcd15880831d2c6ca5c761cf34e3d8d Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 7 Oct 2021 20:11:32 +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 d88cfa444..8c14c6c15 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -93,7 +93,7 @@ jobs: - powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Library\bin" displayName: Add ninja to PATH -- script: | + - script: | conda config --add channels conda-forge --force conda config --set auto_update_conda false conda install --yes ninja