From 045bdff95a636bc71c8521d01b989a88b332aeb2 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 28 Dec 2019 16:10:43 -0800 Subject: [PATCH] azure: homebrew broke something to do with python@2? --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2373fb69..118cf53f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -164,6 +164,7 @@ stages: versionSpec: "$(python.version)" - bash: | brew update + brew unlink python@2 brew install \ exempi \ ghostscript \