8000 ci: Install GTK4 from brew on macOS · matplotlib/matplotlib@71cea85 · GitHub
[go: up one dir, main page]

Skip to content

Commit 71cea85

Browse files
committed
ci: Install GTK4 from brew on macOS
We try to install PyGObject everywhere, but this doesn't work because GTK itself is not available from PyPI.
1 parent e5fd2d5 commit 71cea85

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
macOS)
145145
brew install ccache
146146
brew tap homebrew/cask-fonts
147-
brew install font-noto-sans-cjk
147+
brew install font-noto-sans-cjk gobject-introspection gtk4
148148
;;
149149
esac
150150

azure-pipelines.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,14 @@ stages:
117117
;;
118118
darwin)
119119
brew install --cask xquartz
120-
brew install pkg-config ffmpeg imagemagick mplayer ccache
120+
brew install \
121+
ccache \
122+
ffmpeg \
123+
gobject-introspection \
124+
gtk4 \
125+
imagemagick \
126+
mplayer \
127+
pkg-config
121128
brew tap homebrew/cask-fonts
122129
brew install font-noto-sans-cjk-sc
123130
;;

0 commit comments

Comments
 (0)
0