molecule-core/.github
Molecule AI Fullstack Engineer a08a8eca9b
All checks were successful
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 26s
sop-tier-check / tier-check (pull_request) Successful in 26s
audit-force-merge / audit (pull_request) Has been skipped
fix(ci): add sqlalchemy to pip install step (closes #272)
CI installs pip packages in two separate steps:
  pip install -r requirements.txt   (from workspace/)
  pip install pytest pytest-asyncio pytest-cov  (pytest separately)

The molecule_audit.ledger package requires sqlalchemy, but sqlalchemy
is listed in requirements.txt with a comment pointing at molecule_audit.
The cache-dependency-path is set to workspace/requirements.txt, so
the pip install -r requirements.txt step should include sqlalchemy —
but test collection was failing because sqlalchemy was not in the
standalone pytest install line.

Add sqlalchemy explicitly to the pytest install line so
test_audit_ledger.py imports succeed regardless of cache state.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-10 11:17:18 +00:00
..
scripts fix(scripts): migrate ghcr.io→ECR + raw.githubusercontent.com→Gitea (#46) 2026-05-07 00:56:23 -07:00
workflows fix(ci): add sqlalchemy to pip install step (closes #272) 2026-05-10 11:17:18 +00:00
CODEOWNERS chore: add CODEOWNERS to auto-route agent PRs to personal review account 2026-04-26 13:40:13 -07:00
dependabot.yml chore(security): pin Actions to SHAs + enable Dependabot auto-bumps 2026-04-28 15:37:06 -07:00