Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8aee4b8

Browse files
committed
Pin pip
1 parent8a31e3f commit8aee4b8

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

‎Makefile

Lines changed: 1 addition & 6 deletions
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

Lines changed: 1 addition & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp