Install job dependencies

main
Georg Krause 2022-02-06 12:05:53 +01:00
parent 5a4631fa22
commit 0b9c6a9149
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 2 additions and 0 deletions

View File

@ -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 .