Skip to content

Commit 79cb44b

Browse files
committed
try to fix window
1 parent a32aaa5 commit 79cb44b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,13 @@ jobs:
7979
uses: actions/checkout@v3
8080
- run: pwd
8181
- run: |
82+
echo " Create dackar_libs"
8283
conda create -n dackar_libs python=3.11
83-
conda init powershell && conda activate dackar_libs
84+
echo " Conda information"
85+
conda info
86+
echo " Activate Dackar conda environment"
87+
conda init powershell
88+
$CONDA/bin/activate dackar_libs
8489
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
8590
python3 -m spacy download en_core_web_lg
8691
python3 -m coreferee install en

0 commit comments

Comments
 (0)