Skip to content

Commit 6ce9ef1

Browse files
committed
install graphviz before just build
1 parent ae46079 commit 6ce9ef1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/check-docs-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
uses: actions/setup-python@v6
3232
with:
3333
python-version: 3.11
34+
- name: install graphviz
35+
run: |
36+
sudo apt-get update
37+
sudo apt-get install graphviz
3438
- name: build manual and examples
3539
run: |
3640
just build

0 commit comments

Comments
 (0)