From cacf5abb32041776b062663e2d0d7a34a37efeab Mon Sep 17 00:00:00 2001 From: Greg Landrum Date: Sat, 29 Jun 2019 07:04:59 +0200 Subject: [PATCH] remove the conda update for the moment --- .azure-pipelines/vs_build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.azure-pipelines/vs_build.yml b/.azure-pipelines/vs_build.yml index 679066730..d2b154d1b 100644 --- a/.azure-pipelines/vs_build.yml +++ b/.azure-pipelines/vs_build.yml @@ -2,9 +2,7 @@ steps: - powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts" displayName: Setup build environment - script: | - conda info -a conda config --set always_yes yes --set changeps1 no - conda update -q conda conda info -a conda create --name rdkit_build $(compiler) cmake ^ boost-cpp=$(boost_version) boost=$(boost_version) ^