Skip to content

Commit

Permalink
Install greek-stemmer-pos in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
miso-belica committed Jun 13, 2022
1 parent 4149107 commit 9148694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python -m pip install --upgrade pip wheel setuptools
pip install .
# https://stackoverflow.com/a/69439779/2988107
pip install --upgrade numpy tinysegmenter jieba konlpy hebrew_tokenizer "tweepy<4.0.0"
pip install --upgrade numpy tinysegmenter jieba konlpy hebrew_tokenizer "tweepy<4.0.0" greek-stemmer-pos
python -c "import nltk; nltk.download('punkt')"
pip install --upgrade pytest codecov pytest-cov
Expand Down

0 comments on commit 9148694

Please sign in to comment.