Skip to content

Commit

Permalink
FIX: install graphviz in doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 17, 2024
1 parent 0e026d7 commit 670d05e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
pages: write
id-token: write
with:
apt-packages: graphviz
gh-pages: true
python-version: "3.10"
specific-pip-packages: ${{ inputs.specific-pip-packages }}
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ repos:
hooks:
- id: check-dev-files
args:
- --doc-apt-packages=graphviz
- --dev-python-version=3.10
- --github-pages
- --no-prettierrc
Expand Down

0 comments on commit 670d05e

Please sign in to comment.