Skip to content

Commit

Permalink
Makefile does pip upgrade for making .venv
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Nov 11, 2023
1 parent 0536509 commit 0785606
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ venv: $(VENV)

$(VENV):
$(PYTHON) -m venv $@
pip install --upgrade pip
pip install pytest
pip install -e .

0 comments on commit 0785606

Please sign in to comment.