Skip to content

Commit 315b813

Browse files
committed
Ensure to call py_repositories
This makes the `rules_python_internal` repository available.
1 parent f444b45 commit 315b813

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

WORKSPACE

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ load("//haskell:repositories.bzl", "rules_haskell_dependencies")
99

1010
rules_haskell_dependencies()
1111

12+
load("@rules_python//python:repositories.bzl", "py_repositories")
13+
14+
py_repositories()
15+
1216
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1317

1418
http_archive(

0 commit comments

Comments
 (0)