Skip to content

Commit 8dc1441

Browse files
committed
address activate conda in different platform
1 parent e998595 commit 8dc1441

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
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

0 commit comments

Comments
 (0)