Skip to content

Commit d775786

Browse files
simuonsWixBuildServer
authored andcommitted
python: ignore_root_user_error=True
1 parent 6d371e7 commit d775786

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ bazel_dep(
1919
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
2020
python.toolchain(
2121
configure_coverage_tool = True,
22+
ignore_root_user_error = True,
2223
python_version = "3.12",
2324
)
2425
use_repo(python, "python_3_12", "python_versions")

0 commit comments

Comments
 (0)