Skip to content

Commit 0bdf39b

Browse files
do a user install
1 parent 9d49d5f commit 0bdf39b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ target:
55

66
.PHONY: init
77
init:
8-
pip3 install --upgrade pip
9-
pip3 install -e .
8+
pip3 install --user -e .
109
.PHONY: test
1110
test: check-format
1211
pytest --cov awslambdaric --cov-report term-missing --cov-fail-under 90 tests

0 commit comments

Comments
 (0)