molecule-ai-workspace-templ.../.github/workflows
Hongming Wang 7c3aeb5a14 ci: install pyyaml so the YAML-loading test path is exercised
Without pyyaml in CI, adapter._load_providers' broad except-Exception
swallows the ImportError and silently falls back to _BUILTIN_PROVIDERS.
Tests then assert 7 providers but get 2; setup() can't route any
third-party model. Locally pyyaml is system-installed so the issue
went unnoticed.

Same failure mode as the 2026-04-30 incident (CI green, prod broken)
— pinning the dep here closes that gap.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-30 23:40:47 -07:00
..
ci.yml ci: install pyyaml so the YAML-loading test path is exercised 2026-04-30 23:40:47 -07:00
publish-image.yml fix(publish-image): drop pull_request trigger — leaks PR builds to GHCR 2026-04-27 15:15:46 -07:00
secret-scan.yml chore(ci): enroll in org-wide secret-scan reusable workflow (Molecule-AI/molecule-core#2109) 2026-04-26 20:09:02 -07:00