Skip to content

Commit 2667896

Browse files
sarinafeanil
authored andcommitted
fix: Add back missing line to compile base.in
1 parent 79a369e commit 2667896

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ upgrade: $(COMMON_CONSTRAINTS_TXT) ## update the pip requirements files to use
2626
$(PIP_COMPILE) -o requirements/pip-tools.txt requirements/pip-tools.in
2727
pip install -qr requirements/pip.txt
2828
pip install -qr requirements/pip-tools.txt
29+
$(PIP_COMPILE) -o requirements/base.txt requirements/base.in
2930

3031
requirements:
3132
pip install -r requirements/pip-tools.txt

0 commit comments

Comments
 (0)