Skip to content

Commit

Permalink
fix: Update tach.toml to use dependency-group format
Browse files Browse the repository at this point in the history
- Replace incorrect [external] and [tool.tach.dependencies] with [dependency-group.ci]
- Keep existing module configurations intact
- Fix 'Group ci is not defined' error

Part of #461

Co-Authored-By: Alex Reibman <meta.alex.r@gmail.com>
  • Loading branch information
devin-ai-integration[bot] and areibman committed Dec 12, 2024
1 parent 2f6a5f6 commit c653de8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tach.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ depends_on = []
path = "agentops.log_config"
depends_on = []

[tool.tach.dependencies]
ci = [
"tach~=0.9",
[dependency-group.ci]
dependencies = [
"tach~=0.9"
]

0 comments on commit c653de8

Please sign in to comment.