We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987f4b8 commit e8c1672Copy full SHA for e8c1672
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Link cached spaCy model
54
if: steps.cache-spacy-model.outputs.cache-hit == 'true'
55
run: |
56
- python -m spacy link $HOME/spacy_data/en_core_web_sm en_core_web_sm --force
+ python -m spacy link $HOME/spacy_data/en_core_web_sm en_core_web_sm
57
58
- name: Run Black check
59
0 commit comments