From c6861dc6ec0ace8316b4047c7cfd5a088ecdb608 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Fri, 28 May 2021 09:33:13 +0200 Subject: Uninstall must be approved --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3d1765ae..a96323fd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,7 +23,7 @@ jobs: sudo conda install --yes --quiet --name gudhi_build_env python=$(pythonVersion) python -m pip install --user -r ext/gudhi-deploy/build-requirements.txt python -m pip install --user -r ext/gudhi-deploy/test-requirements.txt - python -m pip uninstall pykeops + python -m pip uninstall -y pykeops brew update || true brew install graphviz doxygen boost eigen gmp mpfr tbb cgal || true displayName: 'Install build dependencies' -- cgit v1.2.3