Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng committed Jan 3, 2025
1 parent 3a06f1b commit 331a64e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,17 @@ jobs:
- 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 331a64e

Please sign in to comment.