Skip to content

Commit 96f3347

Browse files
authored
Add libcairo2-dev and dependencies installation
1 parent 60f8f0c commit 96f3347

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
python-version: ${{ matrix.python-version }}
5353
- name: Install dependencies
5454
run: |
55+
sudo apt install libcairo2-dev pkg-config python3-dev
5556
pip install -U -r tests/requirements/${{ matrix.requirements-file }}
5657
- name: Run coverage
5758
run: |

0 commit comments

Comments
 (0)