Skip to content

Commit 8441a57

Browse files
committed
build: add extras install to build
Signed-off-by: Gabor Boros <gabor.brs@gmail.com>
1 parent 7279056 commit 8441a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install requirements
2323
run: |
2424
pip install poetry pre-commit
25-
poetry install
25+
poetry install -E all
2626
2727
- name: Install RethinkDB and compile proto file
2828
run: |

0 commit comments

Comments
 (0)