summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-05-28 06:49:06 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-05-28 06:49:06 +0200
commit12725812b9e03d9cc8a0d342727db5017e0cab1c (patch)
tree3cf57cee4b93a72178a5d499ebd45c50ab5dd0b6 /azure-pipelines.yml
parentbcb317bf2dada68dfff02dd6a3fc53c0c70741d6 (diff)
pykeops fails on CI and authors are rewritting dependencies - tests on linux are ok
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 6c194f2a..3d1765ae 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 pykeops
brew update || true
brew install graphviz doxygen boost eigen gmp mpfr tbb cgal || true
displayName: 'Install build dependencies'