Skip to content

Commit

Permalink
non-interactive mode for uninstall CI
Browse files Browse the repository at this point in the history
  • Loading branch information
daringer committed Sep 21, 2020
1 parent c49875c commit 6917b2f
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 @@ -56,7 +56,7 @@ system-pip-install-test:
nitropy

system-pip-uninstall:
python -m pip uninstall pynitrokey
python -m pip uninstall pynitrokey -y

$(VENV):
python3 -m venv $(VENV)
Expand Down

0 comments on commit 6917b2f

Please sign in to comment.