Skip to content

Commit 6282921

Browse files
committed
Upgrade pip after environment created
1 parent 2cd47eb commit 6282921

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ venv:
6464
$(PYTHON) -m venv --prompt $(LANGUAGE_TEAM) $(VENV); \
6565
fi
6666

67+
$(VENV)/bin/python -m pip install -U pip
6768
$(VENV)/bin/python -m pip install -r requirements.txt
6869

6970

0 commit comments

Comments
 (0)