remove the conda update for the moment

This commit is contained in:
Greg Landrum
2019-06-29 07:04:59 +02:00
committed by GitHub
parent 6ecb3a21e8
commit cacf5abb32

View File

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