983168009e
Validators (Pushes and Pull Requests) / Database & Schema Validation (push) Failing after 10s
Validators (Pushes and Pull Requests) / UI & Storage Validation (push) Failing after 13s
Validators (Pushes and Pull Requests) / Core Validators & Database Setup (push) Failing after 20s
Validators (Pushes and Pull Requests) / WBS & Audit Validations (push) Has been skipped
Validators (Pushes and Pull Requests) / .NET Contracts (push) Has been skipped
Validators (Pushes and Pull Requests) / Calibration & Performance (push) Has been skipped
Validators (Pushes and Pull Requests) / Operational Report & Decision Packet (push) Has been skipped
Validators (Pushes and Pull Requests) / Security & Secrets (push) Successful in 10s
Validators (Pushes and Pull Requests) / CI Workflow Lint (push) Failing after 10s
Validators (Pushes and Pull Requests) / Notify PR Results (push) Has been skipped
Workflow Lint & Validation / Validate Secrets Contract (push) Successful in 7s
Workflow Lint & Validation / Lint All Workflow Files (push) Failing after 12s
Workflow Lint & Validation / Notify Lint Results (push) Failing after 0s
- Add requirements.txt with core Python dependencies - Replace --target installation with setup-python@v4 (official action) - All jobs now use cache: 'pip' for consistent caching - Explicit 'pip install -r requirements.txt' or specific packages - Fixes 'No module named pytest' in ci-storage job - Fixes 'No file matched to requirements.txt' in Setup Python step - All jobs: pyyaml, requests, openpyxl, pytest, psycopg installed globally - Removes PYTHONPATH env vars (no longer needed with proper setup-python) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>