Skip to content

Commit

Permalink
CI: Install Graphviz before building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
swt2c committed Sep 11, 2024
1 parent 4c3fc52 commit 96090be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ jobs:
run: |
python -m pip install --upgrade -r requirements.txt
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2

- name: Build documentation
run: |
python build.py setrev dox etg sip build_wx build_py wxlib sphinx bdist_docs docset_py
Expand Down

0 comments on commit 96090be

Please sign in to comment.