From 62f6ba6fe0448abd3151f01f26acb7ef487b48c3 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Thu, 30 Jul 2026 15:16:44 +0200 Subject: [PATCH] fix: cicd --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index e1f9f8d..fe0119f 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -56,7 +56,7 @@ jobs: - name: Run core tests run: | - UV_CACHE_DIR="/sls/bd/hla/.cache/uv" + export UV_CACHE_DIR="/sls/bd/hla/.cache/uv" uv run --directory cli pytest uv run --directory packages/agebd pytest uv run --directory scripts pytest