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) ^