Skip to content

Commit 5fd88f0

Browse files
try with pip instead of pip3
1 parent 0bdf39b commit 5fd88f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

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

66
.PHONY: init
77
init:
8-
pip3 install --user -e .
8+
pip install --user -e .
99
.PHONY: test
1010
test: check-format
1111
pytest --cov awslambdaric --cov-report term-missing --cov-fail-under 90 tests
@@ -51,7 +51,7 @@ clean:
5151

5252
.PHONY: build
5353
build: clean
54-
BUILD=true python3 -m build --sdist --wheel
54+
BUILD=true python -m build --sdist --wheel
5555

5656
define HELP_MESSAGE
5757

0 commit comments

Comments
 (0)