Skip to content

Commit 62856fa

Browse files
committed
Try only-if-needed upgrade strategy via spacy downloader
1 parent 1fb3829 commit 62856fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
if [[ ${{ matrix.python-version }} == '3.8' ]]; then
4949
pip install .[spacy]
5050
# download the small English pretrained spaCy model needed by spacy analyzer
51-
python -m spacy download en_core_web_sm
51+
python -m spacy download en_core_web_sm --upgrade-strategy only-if-needed
5252
fi
5353
# For Python 3.7
5454
# - voikko and pycld3 dependencies

0 commit comments

Comments
 (0)