From 71d958891cc638b26541ca5cf6c569b43332d2b6 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Mon, 4 May 2020 22:39:10 +0200 Subject: conda update and release cmake version --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2fcff411..b3b0ea7f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,6 +10,7 @@ jobs: matrix: Python36: python.version: '3.6' + CMakeBuildType: Release #Python37: # python.version: '3.7' #Python38: @@ -25,6 +26,7 @@ jobs: - bash: | source activate gudhi_build_env sudo conda install --yes --quiet --name gudhi_build_env python=$PYTHON_VERSION + sudo conda update --yes --quiet -n base -c defaults conda sudo conda install --yes -c conda-forge doxygen eigen boost-cpp=1.70.0 cgal-cpp>=5.0 python -m pip install --user -r .github/build-requirements.txt python -m pip install --user -r .github/test-requirements.txt -- cgit v1.2.3