Skip to content

Commit 63631ca

Browse files
committed
fixes for uml workflow
1 parent 9d5e0f0 commit 63631ca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ test:
1919
pytest
2020

2121
uml:
22+
pip install .[docs]
2223
pyreverse -o png causalpy --output-directory docs/source/_static --ignore tests

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ docs = [
5656
"linkify-it-py",
5757
"myst-nb<=1.0.0",
5858
"pathlib",
59+
"pylint",
5960
"sphinx",
6061
"sphinx-autodoc-typehints",
6162
"sphinx_autodoc_defaultargs",

0 commit comments

Comments
 (0)