From 2b7aaa154237a8fc583e360acc541f83ee06e3d4 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Thu, 2 Jul 2026 12:29:25 +0200 Subject: [PATCH] fix: test action --- .gitea/workflows/deploy-py-agebd.yml | 6 +++--- services/000-master/app/pyproject.toml | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy-py-agebd.yml b/.gitea/workflows/deploy-py-agebd.yml index 500b116..d1b56f3 100644 --- a/.gitea/workflows/deploy-py-agebd.yml +++ b/.gitea/workflows/deploy-py-agebd.yml @@ -1,12 +1,12 @@ name: Deploy agebd python package +# TODO: services depend on this workflow on: push: branches: - main - # - # paths: - # - 'packages/agebd/**' + paths: + - 'packages/agebd/**' jobs: deploy: diff --git a/services/000-master/app/pyproject.toml b/services/000-master/app/pyproject.toml index 05d2b86..ddbdd97 100644 --- a/services/000-master/app/pyproject.toml +++ b/services/000-master/app/pyproject.toml @@ -16,7 +16,9 @@ dev = [ # This tells uv where to look for 'agebd' during LOCAL dev work [tool.uv.sources] -agebd = { path = "../../../packages/agebd", editable = true } +# Path is relative to where agebd package is deployed on hla +# machines (see CI/CD in .gitea/workflows) +agebd = { path = "../../../../../packages/agebd", editable = true } [tool.ruff] include = [