Skip to content

ci: download en_core_web_sm model in PR workflow#549

Merged
stellasia merged 3 commits into
neo4j:mainfrom
jexp:ci/download-spacy-model
Jun 25, 2026
Merged

ci: download en_core_web_sm model in PR workflow#549
stellasia merged 3 commits into
neo4j:mainfrom
jexp:ci/download-spacy-model

Conversation

@jexp

@jexp jexp commented Jun 24, 2026

Copy link
Copy Markdown
Member

Adds a step to download the en_core_web_sm SpaCy model (~12 MB) during the PR unit test workflow so that the SpaCy integration tests run properly instead of being skipped.

The step is conditioned on python-version != '3.14' to match the pyproject.toml guard (spacy==3.8.7; python_version < '3.14').

- name: Download SpaCy model
  if: matrix.python-version != '3.14'
  run: uv run --frozen python -m spacy download en_core_web_sm

Prerequisite for:

@jexp
jexp requested a review from a team as a code owner June 24, 2026 10:19
@jexp
jexp force-pushed the ci/download-spacy-model branch from 9cec6ae to 37662a1 Compare June 24, 2026 10:19
@stellasia
stellasia merged commit 9f6d38a into neo4j:main Jun 25, 2026
11 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.

2 participants