Skip to content

Commit

Permalink
require graphviz for chart
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hillman <[email protected]>
  • Loading branch information
peterhillman committed Mar 20, 2024
1 parent 9fb4d16 commit 707fbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install doxygen & imagemagick
# Need imagemagick for convert, to convert "Test Image" exrs to jpgs
# Need openexr for exrheader
run: sudo apt-get install -y doxygen imagemagick openexr dot
run: sudo apt-get install -y doxygen imagemagick openexr graphviz
- name: Install sphinx requirements
run: pip3 install -r website/requirements.txt
- name: Configure
Expand Down

0 comments on commit 707fbf0

Please sign in to comment.