Skip to content

Commit

Permalink
try to fix window
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcj05 committed Sep 26, 2024
1 parent 6578a98 commit 500619c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 500619c

Please sign in to comment.