summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-04-03 09:42:33 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-04-03 09:42:33 +0200
commit6f3b4ae5be6ce404bb35c8dfec34b5239c0856fe (patch)
treee961a6630efe2ba6aaf5f7eb45a28f23c05f24fd /azure-pipelines.yml
parent731358cbfe3880b02a58c70923b5a990ddff7644 (diff)
openssl issue with pip
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 95b15db2..e4d7c814 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -10,7 +10,7 @@ jobs:
macOSrelease:
imageName: 'macos-10.14'
CMakeBuildType: Release
- customInstallation: 'brew update && brew install graphviz doxygen boost eigen gmp mpfr tbb cgal'
+ customInstallation: 'brew update && brew install graphviz doxygen boost eigen gmp mpfr tbb cgal && brew upgrade openssl'
pool:
vmImage: $(imageName)