Skip to content

Commit fe57321

Browse files
committed
try to resolve trained model download issue
1 parent 7810c04 commit fe57321

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/github-actions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
pip install spacy==3.5 stumpy textacy matplotlib nltk coreferee beautifulsoup4 networkx pysbd tomli numerizer autocorrect pywsd openpyxl quantulum3[classifier] numpy==1.26 scikit-learn pyspellchecker contextualSpellCheck pandas
4444
pip install neo4j jupyterlab
4545
pip install pytest
46+
47+
- name: Download trained models
48+
run: |
49+
conda init bash && source ~/.bashrc && conda activate dackar_libs
4650
python3 -m spacy download en_core_web_lg
4751
python3 -m coreferee install en
4852
python3 -m nltk.downloader all

0 commit comments

Comments
 (0)