Skip to content

Commit 044a4ec

Browse files
committed
remove pip install lines in the makefile
1 parent 7c621cc commit 044a4ec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,20 @@ init:
44
python -m pip install -e .
55

66
lint:
7-
pip install causalpy[lint]
87
ruff check --fix .
98
ruff format .
109

1110
check_lint:
12-
pip install causalpy[lint]
1311
ruff check .
1412
ruff format --diff --check .
1513
nbqa black --check .
1614
nbqa ruff .
1715
interrogate .
1816

1917
doctest:
20-
pip install causalpy[test]
2118
pytest --doctest-modules --ignore=causalpy/tests/ causalpy/
2219

2320
test:
24-
pip install causalpy[test]
2521
pytest
2622

2723
uml:

0 commit comments

Comments
 (0)