We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626ef59 commit 02a1063Copy full SHA for 02a1063
.github/workflows/macos-test.yml
@@ -47,6 +47,7 @@ jobs:
47
if [ -f docker_requirements.txt ]; then pip install -r docker_requirements.txt; fi
48
pip install deepcut
49
pip install .[full]
50
+ python -m nltk.downloader omw-1.4
51
- name: Test
52
shell: bash -l {0}
53
env:
.github/workflows/test.yml
@@ -33,6 +33,7 @@ jobs:
33
34
35
36
37
38
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments