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
This commit is contained in:
Claude 2026-04-17 04:34:16 +00:00
parent 37c99f43ed
commit 6d77e7b0b4
No known key found for this signature in database

View File

@ -25,9 +25,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install -r requirements.txt -r requirements-dev.txt 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) - name: Pytest (full suite + launch scenarios)
env: env:
DATABASE_URL: sqlite+aiosqlite:///./ci_dealix.db DATABASE_URL: sqlite+aiosqlite:///./ci_dealix.db