Skip to content

Commit 647ad0e

Browse files
feaniltimmc-edx
andauthored
fix: Update Makefile
Co-authored-by: Tim McCormack <[email protected]>
1 parent 1ff39d1 commit 647ad0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ compile-requirements: pre-requirements $(COMMON_CONSTRAINTS_TXT) ## Re-compile *
124124
sed 's/pip<25.3//g' requirements/common_constraints.txt > requirements/common_constraints.tmp
125125
mv requirements/common_constraints.tmp requirements/common_constraints.txt
126126

127-
pip-compile -v ${COMPILE_OPTS} -o requirements/pip-tools.txt requirements/pip-tools.in
127+
pip-compile -v --allow-unsafe ${COMPILE_OPTS} -o requirements/pip-tools.txt requirements/pip-tools.in
128128
pip install -r requirements/pip-tools.txt
129129

130130
@ export REBUILD='--rebuild'; \

0 commit comments

Comments
 (0)