Skip to content

Commit

Permalink
CI: install "lxml[html_clean]" for breadability
Browse files Browse the repository at this point in the history
  • Loading branch information
miso-belica authored May 16, 2024
1 parent 120b055 commit d56506e
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 @@ -59,7 +59,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" greek-stemmer-pos
pip install --upgrade numpy tinysegmenter jieba konlpy hebrew_tokenizer "tweepy<4.0.0" greek-stemmer-pos "lxml[html_clean]"
python -c "import nltk; nltk.download('punkt')"
pip install --upgrade pytest codecov pytest-cov
Expand Down

0 comments on commit d56506e

Please sign in to comment.