From 96a8f7c6bedd235f393afcfdd4ff363842e596d8 Mon Sep 17 00:00:00 2001 From: leej3 Date: Wed, 29 Jan 2025 16:43:48 +0000 Subject: [PATCH] oops --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a05875f..82099b8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,10 +48,11 @@ jobs: - name: Initialize database run: | - alembic upgrade heads + uv run alembic upgrade heads - name: Run Alembic check run: | + source .venv/bin/activate chmod +x alembic_check.sh ./alembic_check.sh