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 44cd960 commit 49b8844Copy full SHA for 49b8844
.github/workflows/python-testing.yml
@@ -24,6 +24,7 @@ jobs:
24
run: pipx install poetry
25
- name: Install dependencies
26
run: |
27
+ sudo apt-get install -y libcairo2-dev pkg-config python3-dev
28
poetry env use python${{ matrix.python-version }}
29
poetry install
30
- name: Lint with flake8
0 commit comments