Skip to content

Commit 252d7ff

Browse files
author
rootware
committed
added numpy in dependencies
1 parent 155a8a7 commit 252d7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
python -m pip install --upgrade poetry
30-
pip install flake8 pytest nltk
30+
pip install flake8 pytest nltk numpy
3131
poetry install
3232
python tools/install_nltk_popular.py
3333

0 commit comments

Comments
 (0)