Skip to content

Commit

Permalink
ran tach sync to silence CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
HowieG committed Jul 25, 2024
1 parent 013a113 commit 01bae70
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tach.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/gauge-sh/tach/v0.6.9/public/tach-yml-schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/gauge-sh/tach/v0.8.2/public/tach-yml-schema.json
modules:
- path: agentops
depends_on:
Expand All @@ -16,6 +16,7 @@ modules:
- agentops.log_config
- path: agentops.client
depends_on:
- agentops
- agentops.config
- agentops.enums
- agentops.event
Expand Down Expand Up @@ -85,6 +86,11 @@ modules:
- agentops.helpers
- agentops.http_client
- agentops.log_config
- path: <root>
depends_on:
- agentops
- agentops.enums
- agentops.helpers
exclude:
- .*__pycache__
- .*egg-info
Expand Down

0 comments on commit 01bae70

Please sign in to comment.