1 parent 94c815d commit 8c1f9f8Copy full SHA for 8c1f9f8
1 file changed
.github/workflows/python-app.yml
@@ -35,7 +35,8 @@ jobs:
35
- name: Install lightweight test dependencies
36
run: |
37
python -m pip install --upgrade pip
38
- pip install pytest polars numpy scipy scikit-learn pyyaml duckdb
+ pip install pytest polars numpy scipy scikit-learn pyyaml duckdb spacy
39
+ python -m spacy download en_core_web_sm
40
- name: Run Tests
41
42
pytest tests/ -v --ignore=tests/test_audio_utils.py
0 commit comments