Skip to content

Commit

Permalink
Merge pull request #151 from cmungall/patch-1
Browse files Browse the repository at this point in the history
Update tests.yml to use new punkt file from NLTK
  • Loading branch information
bgyori authored Aug 29, 2024
2 parents a93542d + 3b92101 commit b11779e
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 @@ -18,7 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .[test,ui]
python -c "import nltk; nltk.download('punkt'); nltk.download('stopwords')"
python -c "import nltk; nltk.download('punkt_tab'); nltk.download('stopwords')"
python -m adeft.download
- name: Tests
run: |
Expand Down

0 comments on commit b11779e

Please sign in to comment.