Skip to content

Commit 4f3351b

Browse files
simuonsWixBuildServer
authored andcommitted
python: ignore_root_user_error=True
1 parent 1db6bec commit 4f3351b

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
@@ -21,6 +21,7 @@ bazel_dep(
2121
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
2222
python.toolchain(
2323
configure_coverage_tool = True,
24+
ignore_root_user_error = True,
2425
python_version = "3.12",
2526
)
2627
use_repo(python, "python_3_12", "python_versions")

0 commit comments

Comments
 (0)