Skip to content

Commit 64cff8e

Browse files
committed
Make install-test-reqs more like install-lint-reqs
Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu>
1 parent 326345f commit 64cff8e

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
@@ -52,7 +52,7 @@ package: clean install
5252
python -m pip install build && python -m build
5353

5454
install-test-requirements:
55-
uv pip install "kedro[test] @ ."
55+
uv pip install -e ".[test]"
5656

5757
install-pre-commit:
5858
pre-commit install --install-hooks

0 commit comments

Comments
 (0)