summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-05-28 09:33:13 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-05-28 09:33:13 +0200
commitc6861dc6ec0ace8316b4047c7cfd5a088ecdb608 (patch)
treef8dba710de892bf0393785396dc2a6b9f00e182a /azure-pipelines.yml
parent12725812b9e03d9cc8a0d342727db5017e0cab1c (diff)
Uninstall must be approved
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
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'