Skip to content

Commit

Permalink
Backport PR matplotlib#29449: ci: Install libnotify4 on all Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell authored and meeseeksmachine committed Jan 10, 2025
1 parent d9b1797 commit fe02b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:
libffi-dev \
libgeos-dev \
libgirepository1.0-dev \
libnotify4 \
libsdl2-2.0-0 \
libxkbcommon-x11-0 \
libxcb-cursor0 \
Expand All @@ -178,8 +179,7 @@ jobs:
if [[ "${{ matrix.os }}" = ubuntu-20.04 ]]; then
sudo apt-get install -yy --no-install-recommends libopengl0
else # ubuntu-22.04
sudo apt-get install -yy --no-install-recommends \
gir1.2-gtk-4.0 libnotify4
sudo apt-get install -yy --no-install-recommends gir1.2-gtk-4.0
fi
;;
macOS)
Expand Down

0 comments on commit fe02b3b

Please sign in to comment.