Skip to content

Commit

Permalink
add estnltk dependency to CI/CD tests for Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
osma committed Nov 22, 2024
1 parent 94d29db commit 51e841b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
fi
# For Python 3.10:
if [[ ${{ matrix.python-version }} == '3.10' ]]; then
poetry install -E "fasttext spacy";
poetry install -E "fasttext spacy estnltk";
# download the small English pretrained spaCy model needed by spacy analyzer
poetry run python -m spacy download en_core_web_sm --upgrade-strategy only-if-needed
fi
Expand Down

0 comments on commit 51e841b

Please sign in to comment.