You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): allow the system temp dir in release-gate index roots
The release workflow's ENGRAPHIS_INDEX_ROOTS omitted tempfile.gettempdir(),
which ci.yml has included since #159. Two suites seed fixtures under the
system temp dir and call index_repo against them:
- eval/code_arm.py (via test_eval_code_arm.py)
- tests/test_documents.py XML/container attack fixtures
Both failed on every Python leg of the v1.6 release run (run 32852978103),
blocking the PyPI publish. Same root cause silently blocked the Aug 15
v1.7/v1.6.1 tag runs. Ported the third approved root to all five pytest
invocations that run the full suite or fixture-dependent modules; the
encryption job keeps the narrower two-root set, matching ci.yml.
Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
0 commit comments