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 843084d commit a2789ccCopy full SHA for a2789cc
tests/compile_pip_requirements/MODULE.bazel
@@ -0,0 +1,12 @@
1
+module(name = "compile_pip_requirements")
2
+
3
+bazel_dep(name = "rules_python", version = "0.0.0")
4
+local_path_override(
5
+ module_name = "rules_python",
6
+ path = "../..",
7
+)
8
9
+python = use_extension("@rules_python//python/extensions:python.bzl", "python")
10
+python.toolchain(
11
+ python_version = "3.9",
12
tests/compile_pip_requirements/WORKSPACE.bzlmod
0 commit comments