Skip to content

Commit cd312e7

Browse files
committed
Install all dependencies in GitHub Actions
1 parent 6bd3aa5 commit cd312e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Install dependencies
1515
run: |
16-
poetry install
16+
poetry install --all-groups --all-extras
1717
pip install poethepoet
1818
1919
- name: Lint

0 commit comments

Comments
 (0)