Skip to content

Commit c55ba53

Browse files
committed
Add missing comma
1 parent 20bda76 commit c55ba53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

5555
- name: Install dependencies
5656
shell: bash
57-
run: poetry install --with dev test
57+
run: poetry install --with dev,test
5858

5959
- name: Generate code from proto files
6060
shell: bash

0 commit comments

Comments
 (0)