8000 Merge pull request #29451 from meeseeksmachine/auto-backport-of-pr-29… · matplotlib/matplotlib@7bde695 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7bde695

Browse files
authored
Merge pull request #29451 from meeseeksmachine/auto-backport-of-pr-29449-on-v3.10.x
Backport PR #29449 on branch v3.10.x (ci: Install libnotify4 on all Ubuntu)
2 parents d9b1797 + fe02b3b commit 7bde695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
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 \
@@ -178,8 +179,7 @@ jobs:
178179
if [[ "${{ matrix.os }}" = ubuntu-20.04 ]]; then
179180
sudo apt-get install -yy --no-install-recommends libopengl0
180181
else # ubuntu-22.04
181-
sudo apt-get install -yy --no-install-recommends \
182-
gir1.2-gtk-4.0 libnotify4
182+
sudo apt-get install -yy --no-install-recommends gir1.2-gtk-4.0
183183
fi
184184
;;
185185
macOS)

0 commit comments

Comments
 (0)
0