We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d49d5f commit 0bdf39bCopy full SHA for 0bdf39b
Makefile
@@ -5,8 +5,7 @@ target:
5
6
.PHONY: init
7
init:
8
- pip3 install --upgrade pip
9
- pip3 install -e .
+ pip3 install --user -e .
10
.PHONY: test
11
test: check-format
12
pytest --cov awslambdaric --cov-report term-missing --cov-fail-under 90 tests
0 commit comments