fix: default path for tests

This commit is contained in:
张泊明518370910136 2025-02-27 01:26:21 -05:00
parent 870f20dde9
commit ae77fa23b5
GPG Key ID: D47306D7062CDA9D

View File

@ -34,7 +34,7 @@ class Release(BaseModel):
class Config(BaseModel):
root: Path = Path(".")
path: Path = Path("conf.toml")
path: Path = Path("task.toml")
task: str # Task name (e.g., hw3 ex5)
release: Release # Release configuration
stages: List[Stage] # list of stage configurations