Skip to content

Commit 9460a4b

Browse files
committed
testing
1 parent fe57321 commit 9460a4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
- name: Download trained models
4848
run: |
4949
conda init bash && source ~/.bashrc && conda activate dackar_libs
50-
python3 -m spacy download en_core_web_lg
51-
python3 -m coreferee install en
52-
python3 -m nltk.downloader all
50+
python -m coreferee install en
51+
python -m nltk.downloader all
52+
python -m spacy download en_core_web_sm
5353
quantulum3-training -s
5454
5555
- name: Test

0 commit comments

Comments
 (0)