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