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 7279056 commit 8441a57Copy full SHA for 8441a57
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install requirements
23
run: |
24
pip install poetry pre-commit
25
- poetry install
+ poetry install -E all
26
27
- name: Install RethinkDB and compile proto file
28
0 commit comments