Skip to content

Commit 02a1063

Browse files
committed
Add nltk.downloader omw-1.4 to workflows
1 parent 626ef59 commit 02a1063

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/macos-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
if [ -f docker_requirements.txt ]; then pip install -r docker_requirements.txt; fi
4848
pip install deepcut
4949
pip install .[full]
50+
python -m nltk.downloader omw-1.4
5051
- name: Test
5152
shell: bash -l {0}
5253
env:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
if [ -f docker_requirements.txt ]; then pip install -r docker_requirements.txt; fi
3434
pip install deepcut
3535
pip install .[full]
36+
python -m nltk.downloader omw-1.4
3637
- name: Test
3738
env:
3839
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)