Splitting GI to system dependency

This commit is contained in:
James Barnsley
2021-10-25 19:49:37 +13:00
parent 5722835d97
commit f87597ddb6

View File

@ -17,10 +17,12 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
- name: Install system dependencies
run: apt-get install python3-gi
- name: Install python dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install tox tox-gh-actions python3-gi
python3 -m pip install tox tox-gh-actions
python3 -m pip install -e .
- name: Test with tox
run: tox