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): optimize release workflow to avoid timeout
Apply same optimizations from ci.yml to release.yml:
- Add pip cache to all jobs (test-matrix, security-audit, integration-tests, build-and-publish)
- Remove sentence-transformers install attempts (just check availability)
- Remove contingency reinstall step that was wasting time
- Simplify grammar build step comments
The release workflow was timing out because it tried to install
sentence-transformers (300s timeout x 4 Python versions = 20min wasted)
plus contingency reinstalls. ci.yml already fixed this by just checking
if sentence-transformers is available rather than trying to install it.
Signed-off-by: jgstern-agent <josh-agent@iterabloom.com>
0 commit comments