Skip to content

Commit

Permalink
Try only-if-needed upgrade strategy via spacy downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen committed Mar 11, 2022
1 parent 1fb3829 commit 62856fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if [[ ${{ matrix.python-version }} == '3.8' ]]; then
pip install .[spacy]
# download the small English pretrained spaCy model needed by spacy analyzer
python -m spacy download en_core_web_sm
python -m spacy download en_core_web_sm --upgrade-strategy only-if-needed
fi
# For Python 3.7
# - voikko and pycld3 dependencies
Expand Down

0 comments on commit 62856fa

Please sign in to comment.