Skip to content

Commit

Permalink
hotfix: Add another set of missing modules (followup of #664)
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Aug 18, 2022
1 parent 5fd5d43 commit 1c17e32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ai/backend/manager/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ python_sources(
dependencies=[
"src/ai/backend/cli:src", # not auto-inferred
"src/ai/backend/manager/cli:src", # not auto-inferred (due to lazy-loading cmdgroup)
"src/ai/backend/manager/api:src", # not auto-inferred (due to lazy-loading aiohttp app builder)
"src/ai/backend/manager/models/alembic:migrations", # not auto-inferred
":resources",
],
Expand Down

0 comments on commit 1c17e32

Please sign in to comment.