Skip to content

Commit 515f597

Browse files
committed
update installation
1 parent 29f5a3d commit 515f597

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/github-actions.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
pip install spacy==3.5 stumpy textacy matplotlib nltk coreferee beautifulsoup4 networkx pysbd tomli numerizer autocorrect pywsd openpyxl quantulum3[classifier] numpy==1.26 scikit-learn pyspellchecker contextualSpellCheck pandas wordcloud jsonschema toml
4444
pip install neo4j jupyterlab
4545
pip install pytest
46-
python3 -m spacy download en_core_web_lg
47-
python3 -m coreferee install en
48-
python3 -m nltk.downloader all
46+
python -m spacy download en_core_web_lg
47+
python -m coreferee install en
48+
python -m nltk.downloader all
4949
quantulum3-training -s
5050
5151
- name: Test
@@ -84,9 +84,9 @@ jobs:
8484
pip install spacy==3.5 stumpy textacy matplotlib nltk coreferee beautifulsoup4 networkx pysbd tomli numerizer autocorrect pywsd openpyxl quantulum3[classifier] numpy==1.26 scikit-learn pyspellchecker contextualSpellCheck pandas wordcloud jsonschema toml
8585
pip install neo4j jupyterlab
8686
pip install pytest
87-
python3 -m spacy download en_core_web_lg
88-
python3 -m coreferee install en
89-
python3 -m nltk.downloader all
87+
python -m spacy download en_core_web_lg
88+
python -m coreferee install en
89+
python -m nltk.downloader all
9090
quantulum3-training -s
9191
9292

0 commit comments

Comments
 (0)