Skip to content
Snippets Groups Projects
Unverified Commit c9715a34 authored by James Briggs's avatar James Briggs
Browse files

add all-extras flag to poetry install in actions

parent 7a8eab01
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ jobs: ...@@ -35,7 +35,7 @@ jobs:
cache: poetry cache: poetry
- name: Install dependencies - name: Install dependencies
run: | run: |
poetry install poetry install --all-extras
- name: Install nltk - name: Install nltk
run: | run: |
pip install nltk pip install nltk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment