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 e4dc83f commit b89fc4fCopy full SHA for b89fc4f
1 file changed
MODULE.bazel
@@ -48,6 +48,8 @@ use_repo(python)
48
###############################################################################
49
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
50
pip.parse(
51
+ envsubst = ["PIP_INDEX_URL"],
52
+ extra_pip_args = ["--index-url=${PIP_INDEX_URL:-https://pypi.org/simple/}"],
53
hub_name = "pip_process",
54
python_version = PYTHON_VERSION,
55
requirements_lock = "//src:requirements.txt",
0 commit comments