Skip to content

Commit

Permalink
install package libcairo2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng committed Jan 3, 2025
1 parent cb58dec commit a27e979
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,22 @@ jobs:
- os: ubuntu-latest
python-version: '3.10'
nox-session: pylint
additional-sys-deps: libvirt-dev
additional-sys-deps: libvirt-dev libcairo2-dev

- os: ubuntu-latest
python-version: '3.8'
nox-session: mypy
additional-sys-deps: libcairo2-dev

- os: ubuntu-latest
python-version: '3.8'
nox-session: docs
additional-sys-deps: libcairo2-dev

- os: ubuntu-latest
python-version: '3.8'
nox-session: coverage
additional-sys-deps: libcairo2-dev

env:
NOXSESSION: ${{ matrix.nox-session }}
Expand Down

0 comments on commit a27e979

Please sign in to comment.