Skip to content

Commit 49b8844

Browse files
committed
install cairo
1 parent 44cd960 commit 49b8844

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
run: pipx install poetry
2525
- name: Install dependencies
2626
run: |
27+
sudo apt-get install -y libcairo2-dev pkg-config python3-dev
2728
poetry env use python${{ matrix.python-version }}
2829
poetry install
2930
- name: Lint with flake8

0 commit comments

Comments
 (0)