Skip to content

Commit 12cd554

Browse files
requirements-dev
1 parent ee21211 commit 12cd554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip
33-
pip install -r requirements-dev.txt
33+
pip install -r requirements.txt
3434
pip install -r tests/requirements.txt
3535
python -m nltk.downloader averaged_perceptron_tagger_eng
3636
python -m nltk.downloader punkt_tab

0 commit comments

Comments
 (0)