Skip to content

Commit

Permalink
Merge pull request #443 from kreneskyp/schemas_setup
Browse files Browse the repository at this point in the history
Schemas agent wasn't in setup targets
  • Loading branch information
kreneskyp authored Feb 8, 2024
2 parents 57f9328 + 3d83dd4 commit 8acacd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ agents: cluster components
$(LOAD_FIXTURE) agent/pirate
$(LOAD_FIXTURE) agent/wikipedia
$(LOAD_FIXTURE) agent/klarna
$(LOAD_FIXTURE) agent/schemas
$(LOAD_FIXTURE) agent/skills
$(LOAD_FIXTURE) agent/smithy
$(LOAD_FIXTURE) agent/metaphor
Expand Down
1 change: 1 addition & 0 deletions ix/task_log/management/commands/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def handle(self, *args, **options):
"agent/pirate",
"agent/wikipedia",
"agent/klarna",
"agent/schemas",
"agent/skills",
"agent/smithy",
"agent/metaphor",
Expand Down

0 comments on commit 8acacd5

Please sign in to comment.