Skip to content

Commit

Permalink
Install Cairo for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
yanone committed Dec 20, 2024
1 parent 55d0bf9 commit e1e0ebd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Cairo (Ubuntu)
if: matrix.platform == 'ubuntu-latest'
run: sudo apt-get install libcairo2-dev
- name: Install packages
run: |
pip install .[dev]
Expand Down

0 comments on commit e1e0ebd

Please sign in to comment.