Skip to content

CI: install spacy explicitly so the model download works#17

Merged
0xadvait merged 2 commits into
mainfrom
fix-ci-spacy
Jun 23, 2026
Merged

CI: install spacy explicitly so the model download works#17
0xadvait merged 2 commits into
mainfrom
fix-ci-spacy

Conversation

@0xadvait

Copy link
Copy Markdown
Collaborator

The tests workflow failed at Download spaCy model with ModuleNotFoundError: No module named 'click' -- presidio pulls spacy as a library but not its CLI extras (typer/click), so python -m spacy download couldn't run. Install spacy explicitly in the deps step.

Advait Jayant added 2 commits June 23, 2026 21:01
The tests job failed at the model-download step with ModuleNotFoundError: click --
presidio pulls spacy as a library but not its CLI extras (typer/click), so
'python -m spacy download' couldn't run. Install spacy explicitly.
spacy add alone didn't resolve click in CI; spacy's download CLI is typer/click-
based, so install both explicitly.
@0xadvait
0xadvait merged commit 9909777 into main Jun 23, 2026
3 checks passed
@0xadvait
0xadvait deleted the fix-ci-spacy branch June 23, 2026 20:04
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