Add missing package

This commit is contained in:
Luke Murphy 2020-09-20 23:27:32 +02:00
parent f1e9848d5d
commit 6849388f59
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

View File

@ -12,5 +12,6 @@ pipeline:
build:
image: python:${IMAGE}
commands:
- apt update && apt install -y libgirepository1.0-dev
- pip install tox
- tox -e ${TOXENV}