Skip to content

Commit

Permalink
Add auto confirm to uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
lucashuy committed Jul 17, 2023
1 parent 34c9223 commit b965160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SAM_CLI_TELEMETRY ?= 0
init:
pip install wheel
pip install "cython<3.0.0" pyyaml==5.4.1 --no-build-isolation
pip uninstall wheel cython
pip uninstall wheel cython --yes
SAM_CLI_DEV=1 pip install -e '.[dev]'

test:
Expand Down

0 comments on commit b965160

Please sign in to comment.