Skip to content

Commit

Permalink
Use poetry env
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoranPandovski committed Feb 13, 2025
1 parent 9c17686 commit e8f2344
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lightwood.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ jobs:
poetry run python -m flake8 .
- name: Install NLTK data
run: |
python -m nltk.downloader punkt
python -m nltk.downloader punkt_tab
poetry run python -m nltk.downloader punkt
poetry run python -m nltk.downloader punkt_tab
poetry run python -m nltk.downloader stopwords
- name: Test with unittest
run: |
# Run all the "standard" tests
Expand Down

0 comments on commit e8f2344

Please sign in to comment.