Skip to content

Commit 1244471

Browse files
committed
Register Python toolchain
Signed-off-by: James Wainwright <james.wainwright@lowrisc.org>
1 parent 7890269 commit 1244471

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MODULE.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ bazel_dep(
1313

1414
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
1515
python.toolchain(python_version = "3.10")
16+
use_repo(python, "pythons_hub")
17+
register_toolchains("@pythons_hub//:all")
1618

1719
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
1820
pip.parse(

0 commit comments

Comments
 (0)