Skip to content

Commit e8c1672

Browse files
committed
Fix CI: Remove --force flag from spacy link command
1 parent 987f4b8 commit e8c1672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Link cached spaCy model
5454
if: steps.cache-spacy-model.outputs.cache-hit == 'true'
5555
run: |
56-
python -m spacy link $HOME/spacy_data/en_core_web_sm en_core_web_sm --force
56+
python -m spacy link $HOME/spacy_data/en_core_web_sm en_core_web_sm
5757
5858
- name: Run Black check
5959
run: |

0 commit comments

Comments
 (0)