Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 832dff6

Browse files
committedNov 15, 2024·
Ensure to call py_repositories
This makes the `rules_python_internal` repository available.
1 parent 3e467d7 commit 832dff6

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)
Please sign in to comment.