Skip to content

Commit a5e54fe

Browse files
CI: Sync list of dependencies with README
This adds python3-gi-cairo (which does not seem to be actually needed for running the test suite, so it did not fail without his, but better to keep the list in sync with the README anyway). It also reorders the list slightly, to match the README order.
1 parent 4b2c27d commit a5e54fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Install a specific python version as configured
3939
PACKAGES="$PACKAGES python${{matrix.python-version}}"
4040
# Normal dependencies
41-
PACKAGES="$PACKAGES gettext intltool python3-gi python3-cairo python3-dbus python3-xdg libglib2.0-dev libglib2.0-bin gir1.2-gtk-3.0 gtk-update-icon-cache python3-distutils"
41+
PACKAGES="$PACKAGES gettext intltool python3-gi python3-cairo python3-gi-cairo python3-distutils python3-dbus python3-xdg libglib2.0-dev libglib2.0-bin gir1.2-gtk-3.0 gtk-update-icon-cache"
4242
# For dbus-launch
4343
PACKAGES="$PACKAGES dbus-x11"
4444

0 commit comments

Comments
 (0)