We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaafcaf commit 94dbd1cCopy full SHA for 94dbd1c
.github/workflows/actions.yaml
@@ -16,7 +16,7 @@ jobs:
16
python-version: ${{ matrix.python-version }}
17
- name: Install dependencies
18
run: |
19
- sudo apt-get install python-cairo libgirepository1.0-dev
+ sudo apt-get install libcairo2-dev libgirepository1.0-dev
20
python -m pip install --upgrade pip
21
pip install pipenv
22
pipenv install --dev
0 commit comments