Skip to content

Commit 3a6f5e4

Browse files
committed
It looks like rules_python was moved to https://github.com/bazel-contrib from https://github.com/bazelbuild at some point in the recent past. I get occasional failures when using the latter (maybe there's a redirect?) and more consistent success with the former.
1 parent 3f50afe commit 3a6f5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ http_archive(
99
name = "rules_python",
1010
sha256 = "c68bdc4fbec25de5b5493b8819cfc877c4ea299c0dcb15c244c5a00208cde311",
1111
strip_prefix = "rules_python-0.31.0",
12-
url = "https://github.com/bazelbuild/rules_python/releases/download/0.31.0/rules_python-0.31.0.tar.gz",
12+
url = "https://github.com/bazel-contrib/rules_python/releases/download/0.31.0/rules_python-0.31.0.tar.gz",
1313
)
1414

1515
load("@rules_python//python:repositories.bzl", "py_repositories")

0 commit comments

Comments
 (0)