From f18bb102d657006653711a47e0e7f69f5c9bdcfd Mon Sep 17 00:00:00 2001 From: palanisd <162479981+netbrah@users.noreply.github.com> Date: Sun, 23 Nov 2025 22:37:28 -0500 Subject: [PATCH] Update integration-test.yml --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 2eed22ae..4314443c 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -32,7 +32,7 @@ jobs: - name: Install Python dependencies run: | python -m pip install --upgrade pip - pip install -e ".[api]" + pip install -e .[api,offline-storage] pip install pytest pytest-asyncio httpx - name: Create minimal frontend stub for testing