python3-gi

This commit is contained in:
James Barnsley
2021-10-25 19:47:14 +13:00
parent 3e254a93fb
commit 5722835d97

View File

@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install tox tox-gh-actions gi
python3 -m pip install tox tox-gh-actions python3-gi
python3 -m pip install -e .
- name: Test with tox
run: tox