Skip to content

Commit

Permalink
Remove install nltk from ci
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Bulat <[email protected]>
  • Loading branch information
obulat committed Jul 14, 2024
1 parent 688ddb9 commit 0c2efef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
- name: Install dependencies
run: pdm install

- name: Install nltk punkt
run: python3 -m nltk.downloader punkt

- name: Test with pytest and coverage
run: pdm run pytest

Expand Down

0 comments on commit 0c2efef

Please sign in to comment.