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 60b910c commit e8f5b1dCopy full SHA for e8f5b1d
tests/integration/local_toolchains/MODULE.bazel
@@ -110,6 +110,8 @@ python.toolchain(python_version = "3.12")
110
python.toolchain(python_version = "3.11")
111
use_repo(python, "rules_python_bzlmod_debug")
112
113
+register_toolchains("@local_toolchains//:all")
114
+
115
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
116
pip.parse(
117
hub_name = "pypi",
0 commit comments