Skip to content

Commit 758b8a2

Browse files
committed
Make the bpan and venv setups less noisy
1 parent 0df634b commit 758b8a2

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
@@ -57,8 +57,8 @@ clean:
5757
# Internal targets
5858
#------------------------------------------------------------------------------
5959
$(BPAN):
60-
git clone https://github.com/bpan-org/bpan.git --depth 1 $@
60+
git clone --quiet https://github.com/bpan-org/bpan.git --depth 1 $@
6161

6262
$(VENV):
6363
$(PYTHON) -m venv $@
64-
pip install pytest requests
64+
pip install pytest requests &>/dev/null

0 commit comments

Comments
 (0)