From e745f052071289e07cf26d279d1393e2b0653498 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Tue, 7 Jul 2026 08:44:16 +0200 Subject: [PATCH] chore: deploy script for all services --- services/000-master/app/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/000-master/app/pyproject.toml b/services/000-master/app/pyproject.toml index 53fc030..ddbdd97 100644 --- a/services/000-master/app/pyproject.toml +++ b/services/000-master/app/pyproject.toml @@ -18,7 +18,7 @@ dev = [ [tool.uv.sources] # Path is relative to where agebd package is deployed on hla # machines (see CI/CD in .gitea/workflows) -agebd = { path = "../../../../packages/agebd", editable = true } +agebd = { path = "../../../../../packages/agebd", editable = true } [tool.ruff] include = [