Skip to content

Commit

Permalink
Make pip quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
atobiszei committed Oct 10, 2023
1 parent 90a27c0 commit f4cf2b2
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 @@ -213,7 +213,7 @@ $(ACTIVATE):
@test -d $(VIRTUALENV_DIR) || $(VIRTUALENV_EXE) $(VIRTUALENV_DIR)
@. $(ACTIVATE); pip3 install --upgrade pip
@. $(ACTIVATE); pip3 install -vUqq setuptools
@. $(ACTIVATE); pip3 install -r tests/requirements.txt
@. $(ACTIVATE); pip3 install -qq -r tests/requirements.txt
@touch $(ACTIVATE)

cppclean: venv
Expand Down

0 comments on commit f4cf2b2

Please sign in to comment.