summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2021-05-28 10:39:26 +0200
committerGitHub <noreply@github.com>2021-05-28 10:39:26 +0200
commit845b02ff408eb50207165b8e11136e4b1888612a (patch)
treed78f06457383b0d50a4661785b2090ccc425d363
parent07b103c924ff57de1f5aea354186a5392bfc01e2 (diff)
parentc6861dc6ec0ace8316b4047c7cfd5a088ecdb608 (diff)
Merge pull request #497 from VincentRouvreau/azure_ci_workaround
pykeops fails on CI and authors are rewritting dependencies
-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..a96323fd 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'