Skip to content

Commit cfb1a58

Browse files
committed
Remove 'pip install' commands.
1 parent 3bb81a7 commit cfb1a58

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,21 @@ 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:
28-
pip install pylint
2924
pyreverse -o png causalpy --output-directory docs/source/_static --ignore tests

0 commit comments

Comments
 (0)