Skip to content

Commit 789d6c1

Browse files
committed
Fix build 2
1 parent c0624f6 commit 789d6c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
run: |
3030
python -m pip install --upgrade pip
3131
python -m pip install flake8 pytest poetry
32+
python -m pip install spacy
3233
poetry install
3334
- name: Download english corpus
3435
run: python -m spacy download en_core_web_sm

0 commit comments

Comments
 (0)