mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
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:
@@ -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) ^
|
||||
|
||||
Reference in New Issue
Block a user