We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de98f71 commit 96166f0Copy full SHA for 96166f0
azure-pipelines.yml
@@ -54,10 +54,8 @@ steps:
54
sudo apt install ghostscript inkscape
55
;;
56
darwin)
57
- # python2 unlinking needed until brew sorts that out.
58
# gs<9.50 is needed until matplotlib#15556 (matplotlib<3.2.0rc2).
59
brew update >/dev/null &&
60
- brew unlink python@2 &&
61
brew install cairo pkg-config &&
62
PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig tools/build-macos-wheel.sh &&
63
brew install https://raw.githubusercontent.com/sashkab/homebrew-core/996730866806cf0dd13a56beac47c664b1408d94/Formula/ghostscript.rb
0 commit comments