From 0b9c6a914998c791d9b9b4dbe0484b8f5866297b Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Sun, 6 Feb 2022 12:05:53 +0100 Subject: [PATCH] Install job dependencies --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 401ffc2..8f4cf0f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,8 @@ lint: stage: lint image: python:3.10 before_script: + - apt-get update + - apt-get install libgirepository1.0-dev -y - pip install .[lint] script: - black .