1
0
mirror of https://github.com/lutris/lutris synced 2024-07-08 19:45:47 +00:00

sudo apt-get install libdbus-1-dev libgirepository1.0-dev

This commit is contained in:
Christian Clauss 2021-08-02 17:10:25 +02:00 committed by Mathieu Comandon
parent 7aab598176
commit 76f75b131a

View File

@ -12,7 +12,7 @@ jobs:
- run: black --check . || true
- run: flake8 . --count --max-complexity=15 --max-line-length=120 --show-source --statistics
- run: isort --check-only --profile black . || true
- run: sudo apt-get install libdbus-1-dev
- run: sudo apt-get install libdbus-1-dev libgirepository1.0-dev
- run: pip install PyGObject -r requirements.txt # -r requirements-dev.txt
- run: mypy --install-types --non-interactive . || true
- run: pytest . || true