Skip to content

Commit 004af5f

Browse files
committed
experiment to make install of pylint better
1 parent f09f617 commit 004af5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

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

2121
uml:
22-
pip install pylint
22+
conda install pylint
23+
pip install 'causalpy[docs]'
2324
pyreverse -o png causalpy --output-directory docs/source/_static --ignore tests

0 commit comments

Comments
 (0)