Skip to content

Commit 0db9a46

Browse files
sacca97copernico
authored andcommitted
added spacy en_core_web_sm to python.yml for gh workflows
1 parent 15e42f8 commit 0db9a46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
source ../venv/bin/activate
5656
pip install -r requirements.txt
5757
pip install -r requirements-dev.txt
58+
python -m spacy download en_core_web_sm
5859
- name: Flake8
5960
uses: TrueBrain/actions-flake8@master
6061
with:

0 commit comments

Comments
 (0)