Skip to content

Commit 104ea17

Browse files
authored
fix: Install pip and pip-tools in upgrade script (#216)
1 parent c9cbb8f commit 104ea17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ upgrade: ## update the requirements/*.txt files with the latest packages satisfy
6666
# Make sure to compile files after any other files they include!
6767
$(PIP_COMPILE) --allow-unsafe --rebuild -o requirements/pip.txt requirements/pip.in
6868
$(PIP_COMPILE) -o requirements/pip-tools.txt requirements/pip-tools.in
69+
pip install -qr requirements/pip.txt
70+
pip install -qr requirements/pip-tools.txt
6971
$(PIP_COMPILE) -o requirements/base.txt requirements/base.in
7072
$(PIP_COMPILE) -o requirements/test.txt requirements/test.in
7173
$(PIP_COMPILE) -o requirements/doc.txt requirements/doc.in

0 commit comments

Comments
 (0)