mirror of
https://github.com/safishamsi/graphify.git
synced 2026-07-12 18:37:12 +00:00
097b50a5d1
test_skillgen.py (added in #1121) reads pre-split skill bodies from the immutable baseline commit via `git show`, and on Python 3.10 imports tomllib via the tomli fallback. The test job used a shallow checkout (no baseline tree) and the lock didn't carry tomli, so the 3.10 job failed two ways. Add fetch-depth: 0 to the test job (mirroring skillgen-check) and lock tomli under the python_version < 3.11 marker so --frozen sync installs it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>