Skip to content

Commit d2973ab

Browse files
authored
fix: Install pip-tools via requirements file (#77)
1 parent 60a9307 commit d2973ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $(COMMON_CONSTRAINTS_TXT):
3737

3838
upgrade: $(COMMON_CONSTRAINTS_TXT)
3939
## update the requirements/*.txt files with the latest packages satisfying requirements/*.in
40-
pip install -q pip-tools
40+
pip install -qr requirements/pip-tools.txt
4141
pip-compile --rebuild --upgrade --allow-unsafe -o requirements/pip.txt requirements/pip.in
4242
pip-compile --rebuild --upgrade -o requirements/pip-tools.txt requirements/pip-tools.in
4343
pip install -qr requirements/pip.txt

0 commit comments

Comments
 (0)