[object Object]

← back to Exo

Add Sync to Runner

3564d77e5882ea40f5c19b5716e6117745e008c2 · 2025-06-27 11:56:02 +0100 · Arbion Halili

Files touched

Diff

commit 3564d77e5882ea40f5c19b5716e6117745e008c2
Author: Arbion Halili <99731180+ToxicPine@users.noreply.github.com>
Date:   Fri Jun 27 11:56:02 2025 +0100

    Add Sync to Runner
---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index b1db32b8..47c2a7b5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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

← 77546b95 Update pyproject.toml  ·  back to Exo  ·  Add Simple env.py da50da2b →