Skip to content

Commit ce59136

Browse files
committed
Trying to get graphviz to work
1 parent f1546a4 commit ce59136

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 python-pydot python-pydot-ng
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 dot
3535
- run: mkdocs gh-deploy --force

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ mkdocs-open-in-new-tab==1.0.3
99
markdown-extra==1.0.1
1010
python-markdown-comments==1.1.0
1111
markdown-footnotes==0.1.1
12-
graphviz=0.20.3
12+
graphviz==0.20.3
1313
mkdocs_graphviz
14-
python-pydot
15-
python-pydot-ng
14+
pydot
15+
dot
1616
Update github-actions.yml==10.8.1

0 commit comments

Comments
 (0)