Skip to content

Commit 7ff7b67

Browse files
committed
update
1 parent 9305907 commit 7ff7b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ jobs:
144144
# pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.5.0/en_core_web_lg-3.5.0-py3-none-any.whl
145145
- name: Download trained models
146146
run: |
147+
python -m spacy download en_core_web_lg
147148
python -m coreferee install en
148149
python -m nltk.downloader all
149-
python -m spacy download en_core_web_lg
150150
quantulum3-training -s
151151
152152
- name: Test

0 commit comments

Comments
 (0)