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 ee21211 commit 12cd554Copy full SHA for 12cd554
.github/workflows/run_tests.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: |
32
python -m pip install --upgrade pip
33
- pip install -r requirements-dev.txt
+ pip install -r requirements.txt
34
pip install -r tests/requirements.txt
35
python -m nltk.downloader averaged_perceptron_tagger_eng
36
python -m nltk.downloader punkt_tab
0 commit comments