Skip to content

Commit

Permalink
update action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcj05 committed Sep 20, 2024
1 parent 51cecbe commit c2a5d3e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- run: pwd
- run: conda create -n dackar_libs python=3.11
- run: conda init bash && source ~/.bashrc && conda activate dackar_libs
- run: pip install spacy==3.5 textacy matplotlib nltk coreferee beautifulsoup4 networkx pysbd tomli numerizer autocorrect pywsd openpyxl quantulum3[classifier] numpy scikit-learn pyspellchecker contextualSpellCheck pandas
- run: python3 -m spacy download en_core_web_lg
- run: python3 -m coreferee install en
- run: python3 -m nltk.downloader all
- run: |
conda create -n dackar_libs python=3.11
conda init bash && source ~/.bashrc && conda activate dackar_libs
pip install spacy==3.5 textacy matplotlib nltk coreferee beautifulsoup4 networkx pysbd tomli numerizer autocorrect pywsd openpyxl quantulum3[classifier] numpy scikit-learn pyspellchecker contextualSpellCheck pandas
python3 -m spacy download en_core_web_lg
python3 -m coreferee install en
python3 -m nltk.downloader all

0 comments on commit c2a5d3e

Please sign in to comment.