From 12725812b9e03d9cc8a0d342727db5017e0cab1c Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Fri, 28 May 2021 06:49:06 +0200 Subject: pykeops fails on CI and authors are rewritting dependencies - tests on linux are ok --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) 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' -- cgit v1.2.3