Skip to content

Commit

Permalink
Fix rules_python (#236)
Browse files Browse the repository at this point in the history
* Fix rules_python

* fix
  • Loading branch information
anakinxc authored Jan 23, 2024
1 parent 1b89dd5 commit 87b814a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ workflows:
.bazelrc build-and-run true
.bazelversion build-and-run true
.circleci/.* build-and-run true
bazel/.* build-and-run true
WORKSPACE build-and-run true
4 changes: 4 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ load("//bazel:repositories.bzl", "yacl_deps")

yacl_deps()

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

py_repositories()

load(
"@rules_foreign_cc//foreign_cc:repositories.bzl",
"rules_foreign_cc_dependencies",
Expand Down

0 comments on commit 87b814a

Please sign in to comment.