File tree Expand file tree Collapse file tree 3 files changed +0
-26
lines changed Expand file tree Collapse file tree 3 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ detect_changed_source_translations: ## check if translation files are up-to-date
6666 i18n_tool changed
6767
6868pre-requirements : # # install Python requirements for running pip-tools
69- pip install -r requirements/pip.txt
7069 pip install -r requirements/pip-tools.txt
7170
7271local-requirements :
@@ -128,9 +127,6 @@ compile-requirements: pre-requirements $(COMMON_CONSTRAINTS_TXT) ## Re-compile *
128127 pip-compile -v ${COMPILE_OPTS} -o requirements/pip-tools.txt requirements/pip-tools.in
129128 pip install -r requirements/pip-tools.txt
130129
131- pip-compile -v --allow-unsafe ${COMPILE_OPTS} -o requirements/pip.txt requirements/pip.in
132- pip install -r requirements/pip.txt
133-
134130 @ export REBUILD='--rebuild'; \
135131 for f in $(REQ_FILES); do \
136132 echo ; \
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments