summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorHind-M <hind.montassif@gmail.com>2022-01-18 16:30:33 +0100
committerHind-M <hind.montassif@gmail.com>2022-01-18 16:30:33 +0100
commitf7c3fd1033e8956777b82d84d231115cb5540bc3 (patch)
tree1bd6467863b75e7b11247a899c5172f99f14a3b4 /azure-pipelines.yml
parentaa600c433e1f756bec4323e29e86786b937d9443 (diff)
parentde5aa9c891ef13c9fc2b2635bcd27ab873b0057b (diff)
Merge remote-tracking branch 'upstream/master' into fetch_datasets
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 6e102b83..25f61ce7 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -23,6 +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 -y pykeops
brew update || true
brew install graphviz doxygen boost eigen gmp mpfr tbb cgal || true
displayName: 'Install build dependencies'