Skip to content

Commit

Permalink
Ensure to call py_repositories
Browse files Browse the repository at this point in the history
This makes the `rules_python_internal` repository available.
  • Loading branch information
avdv committed Nov 19, 2024
1 parent f444b45 commit 315b813
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ load("//haskell:repositories.bzl", "rules_haskell_dependencies")

rules_haskell_dependencies()

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

py_repositories()

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
Expand Down

0 comments on commit 315b813

Please sign in to comment.