Skip to content

Commit d7ecd51

Browse files
committed
ci: install gobject-introspection-devel
1 parent 4ef9481 commit d7ecd51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ checks:tests:
1616
- "PATH=$PATH:$HOME/.local/bin"
1717
- sudo dnf install -y python3-gobject gtk3 python3-pytest gtksourceview4
1818
python3-coverage xorg-x11-server-Xvfb python3-pip cairo-devel python3-devel
19-
cairo-gobject-devel
19+
cairo-gobject-devel gobject-introspection-devel
2020
- pip3 install --quiet -r ci/requirements.txt
2121
- git clone https://github.com/QubesOS/qubes-core-admin-client ~/core-admin-client
2222
- git clone https://github.com/QubesOS/qubes-core-qrexec ~/core-qrexec
@@ -30,7 +30,7 @@ checks:pylint:
3030
stage: checks
3131
before_script:
3232
- sudo dnf install -y python3-gobject gtk3 xorg-x11-server-Xvfb python3-mypy gtksourceview4 python3-pip curl cairo-devel python3-devel
33-
cairo-gobject-devel
33+
cairo-gobject-devel gobject-introspection-devel
3434
- pip3 install --quiet -r ci/requirements.txt
3535
- mypy --install-types --non-interactive
3636
# remove when https://github.com/pylint-dev/astroid/issues/2190 is fixed

0 commit comments

Comments
 (0)