mirror of
https://github.com/exo-explore/exo.git
synced 2025-12-23 22:27:50 -05:00
Add Sync to Runner
This commit is contained in:
@@ -30,6 +30,7 @@ fmt = { shell = "ruff format master worker shared engines/*", help = "Format the
|
||||
lint = { shell = "ruff check --fix master worker shared engines/*", help = "Run the linter" }
|
||||
test = { shell = "pytest master worker shared engines/*", help = "Run the tests" }
|
||||
check = { shell = "basedpyright --project master worker shared engines/*", help = "Run type checker" }
|
||||
sync = { shell = "uv sync --all-packages", help = "Sync the dependencies" }
|
||||
|
||||
###
|
||||
# workspace configuration
|
||||
|
||||
Reference in New Issue
Block a user