We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bda76 commit c55ba53Copy full SHA for c55ba53
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Install dependencies
56
shell: bash
57
- run: poetry install --with dev test
+ run: poetry install --with dev,test
58
59
- name: Generate code from proto files
60
0 commit comments