Skip to content

Commit 0866f54

Browse files
committed
Add extras to poetry install step
1 parent 2a99c9a commit 0866f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: 'poetry'
2222

2323
- name: Install dependencies
24-
run: poetry install
24+
run: poetry install --all-extras
2525

2626
- name: Check format
2727
run: make check_format

0 commit comments

Comments
 (0)