Skip to content

Commit

Permalink
Added gensim to test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tabdeveloping committed Jul 1, 2024
1 parent 75fecd5 commit 9fb42ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: python3 -c "import sys; print(sys.version)"

- name: Install dependencies
run: python3 -m pip install --upgrade topic-wizard pytest bertopic turftopic
run: python3 -m pip install --upgrade topic-wizard pytest bertopic turftopic gensim

- name: Run tests
run: python3 -m pytest tests/

0 comments on commit 9fb42ec

Please sign in to comment.