Manually including gi

This commit is contained in:
James Barnsley
2021-10-25 19:45:40 +13:00
parent 2781add24c
commit 3e254a93fb

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]
python-version: [3.7]
steps:
- uses: actions/checkout@v1
@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install tox tox-gh-actions
python3 -m pip install tox tox-gh-actions gi
python3 -m pip install -e .
- name: Test with tox
run: tox