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 eaed210 commit 4b114a4Copy full SHA for 4b114a4
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 os.devnull
61
62
sys.argv.append("--generate-hashes")
63
sys.argv.append("--output-file")
0 commit comments