Commit 49aa05c
committed
Fix CI: Add wordcloud and nltk to test dependencies
CI was failing with:
ModuleNotFoundError: No module named 'wordcloud'
Added wordcloud and nltk to pip install command in tests.yml
to match requirements-dev.txt dependencies.
This fixes visualization test imports that depend on
word_clouds.py which requires the wordcloud library.
Related to #331 parent e929cdc commit 49aa05c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments