Skip to content

Commit a32aaa5

Browse files
committed
add more test machines
1 parent 51f2384 commit a32aaa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- run: pwd
5656
- run: |
5757
conda create -n dackar_libs python=3.11
58-
conda activate dackar_libs
58+
conda init zsh && source ~/.zshrc && conda activate dackar_libs
5959
pip install spacy==3.5 textacy matplotlib nltk coreferee beautifulsoup4 networkx pysbd tomli numerizer autocorrect pywsd openpyxl quantulum3[classifier] numpy==1.26 scikit-learn pyspellchecker contextualSpellCheck pandas
6060
python3 -m spacy download en_core_web_lg
6161
python3 -m coreferee install en
@@ -80,7 +80,7 @@ jobs:
8080
- run: pwd
8181
- run: |
8282
conda create -n dackar_libs python=3.11
83-
conda activate dackar_libs
83+
conda init powershell && conda activate dackar_libs
8484
pip install spacy==3.5 textacy matplotlib nltk coreferee beautifulsoup4 networkx pysbd tomli numerizer autocorrect pywsd openpyxl quantulum3[classifier] numpy==1.26 scikit-learn pyspellchecker contextualSpellCheck pandas
8585
python3 -m spacy download en_core_web_lg
8686
python3 -m coreferee install en

0 commit comments

Comments
 (0)