Fix the azure pipelines builds (#2522)

* trying to fix the azrure pipelines builds

* gathering info

* remove the conda update for the moment
This commit is contained in:
Greg Landrum
2019-06-29 21:36:35 +02:00
committed by GitHub
parent e4a739d4b7
commit e0bea03a2e

View File

@@ -3,7 +3,6 @@ steps:
displayName: Setup build environment
- script: |
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) ^