Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
K0ntr4 authored Apr 10, 2024
1 parent eee0da9 commit eb7b514
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Download NLTK data
run: python -m nltk.downloader punkt averaged_perceptron_tagger

- name: Run unit tests
run: |
python -m unittest discover -s tests -p 'test_*.py'

0 comments on commit eb7b514

Please sign in to comment.