Skip to content

Commit b57f334

Browse files
committed
Trying to get graphviz to work
1 parent 163d918 commit b57f334

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
- uses: actions/setup-python@v5
3232
with:
3333
python-version: 3.x
34-
- run: pip install mkdocstrings mkdocs-embed-external-markdown feedparser mkdocs-gen-files markdown-exec[ansi] markdown-include mkdocs-open-in-new-tab markdown-extra python-markdown-comments markdown-footnotes pymdown-extensions mkdocs_graphviz graphviz pydot
34+
- run: pip install mkdocstrings mkdocs-embed-external-markdown feedparser mkdocs-gen-files markdown-exec[ansi] markdown-include mkdocs-open-in-new-tab markdown-extra python-markdown-comments markdown-footnotes pymdown-extensions mkdocs_graphviz graphviz pydot pygraphviz
3535
- run: mkdocs gh-deploy --force

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ markdown-footnotes==0.1.1
1212
graphviz==0.20.3
1313
mkdocs_graphviz
1414
pydot
15+
pygraphviz
1516
Update github-actions.yml==10.8.1

0 commit comments

Comments
 (0)