Skip to content

Commit f09f617

Browse files
committed
change makefile to just install pylint directly for the uml task
1 parent 8d9e18f commit f09f617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

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

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

0 commit comments

Comments
 (0)