Skip to content

Commit

Permalink
added cairo
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-ht committed Dec 4, 2024
1 parent 9513c09 commit ec3f597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: pipx install poetry
- name: Install dependencies
run: |
sudo apt-get install -y libcairo2-dev pkg-config python3-dev
poetry env use python${{ matrix.python-version }}
poetry install
- name: Lint with flake8
Expand Down

0 comments on commit ec3f597

Please sign in to comment.