File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 9393 # python -m spacy download en_core_web_lg [for some reason, GitHub machine complains this command]
9494 - name : Download trained models
9595 run : |
96- conda init bash && source ~/.bashrc && conda activate dackar_libs
96+ conda init zsh && source ~/.zshrc && conda activate dackar_libs
9797 python -m coreferee install en
9898 python -m nltk.downloader all
9999 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
@@ -143,7 +143,6 @@ jobs:
143143 # python -m spacy download en_core_web_lg [for some reason, GitHub machine complains this command]
144144 - name : Download trained models
145145 run : |
146- conda init bash && source ~/.bashrc && conda activate dackar_libs
147146 python -m coreferee install en
148147 python -m nltk.downloader all
149148 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
You can’t perform that action at this time.
0 commit comments