From 7a9d25df0b32ff2fbc17b5ff474b5c7778bd1976 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Fri, 27 Sep 2024 13:59:51 -0700 Subject: [PATCH] Internal PiperOrigin-RevId: 679719542 --- WORKSPACE | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index a75b8d7762..de65a50981 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -66,9 +66,7 @@ http_archive( url = "https://github.com/bazelbuild/rules_python/releases/download/0.26.0/rules_python-0.26.0.tar.gz", ) -load("@rules_python//python:repositories.bzl", "py_repositories", "python_register_toolchains") -python_register_toolchains("python", ignore_root_user_error = True, python_version = "3.10") - +load("@rules_python//python:repositories.bzl", "py_repositories") py_repositories() http_archive(