Merge pull request #1106 from brianclemens/main

Install Graphviz in userdocs CI workflow
This commit is contained in:
Christian Goll
2024-02-26 10:56:15 +01:00
committed by GitHub

View File

@@ -32,6 +32,10 @@ jobs:
run: |
sudo apt-get install -f -y texlive-latex-extra latexmk
- name: Install graphviz
run: |
sudo apt-get install -f -y graphviz
- name: Setup Python
uses: actions/setup-python@v1