Skip to content

Commit 0b7001e

Browse files
committed
direct downloading
1 parent 9460a4b commit 0b7001e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Install DACKAR Required Libraries
3737
# Either fix scikit-learn==1.5 to allow quantulum3 to use the pretrained classifier or
3838
# Run "quantulum3-training -s" to retrain classifier
39+
# python -m spacy download en_core_web_lg
3940
run: |
4041
pwd
4142
conda create -n dackar_libs python=3.11
@@ -49,7 +50,7 @@ jobs:
4950
conda init bash && source ~/.bashrc && conda activate dackar_libs
5051
python -m coreferee install en
5152
python -m nltk.downloader all
52-
python -m spacy download en_core_web_sm
53+
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
5354
quantulum3-training -s
5455
5556
- name: Test

0 commit comments

Comments
 (0)