We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8edd811 commit 70de337Copy full SHA for 70de337
1 file changed
.gitlab-ci.yml
@@ -28,7 +28,7 @@ checks:tests:
28
checks:pylint:
29
stage: checks
30
before_script:
31
- - sudo dnf install -y python3-gobject gtk3 xorg-x11-server-Xvfb python3-mypy gtksourceview4 python3-pip curl
+ - sudo dnf install -y python3-gobject gtk3 xorg-x11-server-Xvfb python3-mypy gtksourceview4 python3-pip curl cairo-devel
32
- pip3 install --quiet -r ci/requirements.txt
33
- mypy --install-types --non-interactive
34
# remove when https://github.com/pylint-dev/astroid/issues/2190 is fixed
0 commit comments