Skip to content

release: dev → main (CI entrypoint fix)#1183

Merged
cgcardona merged 2 commits into
mainfrom
dev
Mar 16, 2026
Merged

release: dev → main (CI entrypoint fix)#1183
cgcardona merged 2 commits into
mainfrom
dev

Conversation

@cgcardona

Copy link
Copy Markdown
Owner

Brings the entrypoint CI fix (#1182) into main so CI passes.

AgentCeption Bot and others added 2 commits March 16, 2026 16:17
…download in CI

find on a non-existent subdirectory exits 1, which aborts the entrypoint under
set -euo pipefail before mypy/pytest ever run. Fix: search from the base
fastembed dir (always present after mkdir -p) with -path filters.

Also skip the model download entirely in CI (GitHub Actions sets CI=true) — the
ephemeral runner has no persistent cache and models are not needed for mypy or
pytest.
fix: entrypoint find never fails under set -euo pipefail; skip model download in CI
@cgcardona cgcardona merged commit 91acdb6 into main Mar 16, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant