Skip to content

Commit

Permalink
Make the bpan and venv setups less noisy
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Jan 30, 2023
1 parent 31022d7 commit d2dce90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ clean:
# Internal targets
#------------------------------------------------------------------------------
$(BPAN):
git clone https://github.com/bpan-org/bpan.git --depth 1 $@
git clone --quiet https://github.com/bpan-org/bpan.git --depth 1 $@

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

0 comments on commit d2dce90

Please sign in to comment.