Skip to content

Commit 8aee4b8

Browse files
committed
Pin pip
1 parent 8a31e3f commit 8aee4b8

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Makefile

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

66-
$(VENV)/bin/python -m pip install -q -r requirements.txt 2> $(VENV)/pip-install.log
67-
68-
if grep -q 'pip install --upgrade pip' $(VENV)/pip-install.log; \
69-
then \
70-
$(VENV)/bin/pip install -q --upgrade pip; \
71-
fi
66+
$(VENV)/bin/python -m pip install -q -r requirements.txt
7267

7368

7469
# serve: serve the documentation in a simple local web server, using cpython

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
pip==20.1
12
Sphinx==2.2.0
23
blurb
34
polib

0 commit comments

Comments
 (0)