From 6d77e7b0b4476eba57e145205584f0f7d50deeaa Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 17 Apr 2026 04:34:16 +0000 Subject: [PATCH] ci(dealix): temporarily remove architecture_brief from CI to isolate test failure The backend pytest step fails with exit code 4 (collection error). Removing architecture_brief step to isolate whether the script interferes with the pytest working directory or Python environment. https://claude.ai/code/session_01W1rJthWDkasijTdXCfxVHs --- .github/workflows/dealix-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/dealix-ci.yml b/.github/workflows/dealix-ci.yml index cbbe0f06..2418ef8a 100644 --- a/.github/workflows/dealix-ci.yml +++ b/.github/workflows/dealix-ci.yml @@ -25,9 +25,6 @@ jobs: - name: Install dependencies run: | pip install -r requirements.txt -r requirements-dev.txt - - name: Architecture Brief (governance validation) - working-directory: salesflow-saas - run: python scripts/architecture_brief.py - name: Pytest (full suite + launch scenarios) env: DATABASE_URL: sqlite+aiosqlite:///./ci_dealix.db