We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb3829 commit 62856faCopy full SHA for 62856fa
.github/workflows/cicd.yml
@@ -48,7 +48,7 @@ jobs:
48
if [[ ${{ matrix.python-version }} == '3.8' ]]; then
49
pip install .[spacy]
50
# download the small English pretrained spaCy model needed by spacy analyzer
51
- python -m spacy download en_core_web_sm
+ python -m spacy download en_core_web_sm --upgrade-strategy only-if-needed
52
fi
53
# For Python 3.7
54
# - voikko and pycld3 dependencies
0 commit comments