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 be2932a commit 1c9e0a5Copy full SHA for 1c9e0a5
.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.txt
+ pip install -r requirements-dev.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