8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6cc8f commit a75dfa2Copy full SHA for a75dfa2
python/pip_install/pip_compile.py
@@ -57,6 +57,7 @@
57
update_command = os.getenv("CUSTOM_COMPILE_COMMAND") or "bazel run //%s:%s" % (update_target_pkg, update_target_name)
58
59
os.environ["CUSTOM_COMPILE_COMMAND"] = update_command
60
+os.environ["PIP_CONFIG_FILE"] = os.getenv("PIP_CONFIG_FILE") or "/dev/null"
61
62
sys.argv.append("--generate-hashes")
63
sys.argv.append("--output-file")
0 commit comments