Skip to content

Commit 8c1f9f8

Browse files
Aadi JainAadi Jain
authored andcommitted
ci: install spacy and download en_core_web_sm model for tests
1 parent 94c815d commit 8c1f9f8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
- name: Install lightweight test dependencies
3636
run: |
3737
python -m pip install --upgrade pip
38-
pip install pytest polars numpy scipy scikit-learn pyyaml duckdb
38+
pip install pytest polars numpy scipy scikit-learn pyyaml duckdb spacy
39+
python -m spacy download en_core_web_sm
3940
- name: Run Tests
4041
run: |
4142
pytest tests/ -v --ignore=tests/test_audio_utils.py

0 commit comments

Comments
 (0)