mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
remove the conda update for the moment
This commit is contained in:
@@ -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) ^
|
||||
|
||||
Reference in New Issue
Block a user