From 500619c8063f44e4bd33e36de4c45d46ecf9a6d4 Mon Sep 17 00:00:00 2001 From: Congjian Wang Date: Thu, 26 Sep 2024 11:20:22 -0600 Subject: [PATCH] try to fix window --- .github/workflows/github-actions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 89fbe68..a9d7df7 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -88,9 +88,9 @@ jobs: 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 conda list which python - python3 -m spacy download en_core_web_lg - python3 -m coreferee install en - python3 -m nltk.downloader all + python -m spacy download en_core_web_lg + python -m coreferee install en + python -m nltk.downloader all