Skip to content

Commit

Permalink
Install Graphviz in CI HTML Build (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
abidingabi authored Nov 2, 2023
1 parent a56de8e commit e4cee1b
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 e4cee1b

Please sign in to comment.