Skip to content

Commit 96166f0

Browse files
committed
Fix macos build re: openssl.
1 parent de98f71 commit 96166f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: azure-pipelines.yml

-2
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,8 @@ steps:
5454
sudo apt install ghostscript inkscape
5555
;;
5656
darwin)
57-
# python2 unlinking needed until brew sorts that out.
5857
# gs<9.50 is needed until matplotlib#15556 (matplotlib<3.2.0rc2).
5958
brew update >/dev/null &&
60-
brew unlink python@2 &&
6159
brew install cairo pkg-config &&
6260
PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig tools/build-macos-wheel.sh &&
6361
brew install https://raw.githubusercontent.com/sashkab/homebrew-core/996730866806cf0dd13a56beac47c664b1408d94/Formula/ghostscript.rb

0 commit comments

Comments
 (0)