Skip to content

Commit ca8079b

Browse files
authored
Merge pull request matplotlib#29449 from QuLogic/ci-wx
ci: Install libnotify4 on all Ubuntu
2 parents 43424a8 + f6f023e commit ca8079b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ jobs:
155155
libffi-dev \
156156
libgeos-dev \
157157
libgirepository1.0-dev \
158+
libnotify4 \
158159
libsdl2-2.0-0 \
159160
libxkbcommon-x11-0 \
160161
libxcb-cursor0 \
@@ -181,8 +182,7 @@ jobs:
181182
if [[ "${{ matrix.os }}" = ubuntu-20.04 ]]; then
182183
sudo apt-get install -yy --no-install-recommends libopengl0
183184
else # ubuntu-22.04
184-
sudo apt-get install -yy --no-install-recommends \
185-
gir1.2-gtk-4.0 libnotify4
185+
sudo apt-get install -yy --no-install-recommends gir1.2-gtk-4.0
186186
fi
187187
;;
188188
macOS)

0 commit comments

Comments
 (0)