From 93348d3f48b915deaa223a266fb3acece65dd30a Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Thu, 2 Jul 2026 13:46:19 +0200 Subject: [PATCH] fix: test action --- 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 ddbdd97..e000446 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/dev/agebd", editable = true } [tool.ruff] include = [