Fix CUSTOM_COMPILE_COMMAND and add comment

This commit is contained in:
Joe Rickerby
2020-03-17 20:28:53 +00:00
parent 36a2f00e68
commit 33da3d65c7
+3 -1
View File
@@ -10,7 +10,9 @@ import requests
os.chdir(os.path.dirname(__file__)) os.chdir(os.path.dirname(__file__))
os.chdir('..') os.chdir('..')
os.environ['CUSTOM_COMPILE_COMMAND'] = "bin/update_constraints" # CUSTOM_COMPILE_COMMAND is a pip-compile option that tells users how to
# regenerate the constraints files
os.environ['CUSTOM_COMPILE_COMMAND'] = "bin/update_constraints.py"
subprocess.check_call([ subprocess.check_call([
'pip-compile', 'pip-compile',
'--allow-unsafe', '--allow-unsafe',