We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0624f6 commit 789d6c1Copy full SHA for 789d6c1
.github/workflows/build.yaml
@@ -29,6 +29,7 @@ jobs:
29
run: |
30
python -m pip install --upgrade pip
31
python -m pip install flake8 pytest poetry
32
+ python -m pip install spacy
33
poetry install
34
- name: Download english corpus
35
run: python -m spacy download en_core_web_sm
0 commit comments