Skip to content

Commit

Permalink
Fix HTML Build by Installing Graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
abidingabi committed Nov 2, 2023
1 parent a56de8e commit 23c8a78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- name: Install Python Dependencies
run: |
pip install -r source/requirements.txt
- name: Install Graphviz
run: |
sudo apt update
sudo apt install -y graphviz
- name: Build HTML
run: |
make html
Expand Down

0 comments on commit 23c8a78

Please sign in to comment.