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 a2d82ff commit 5d26dbcCopy full SHA for 5d26dbc
.github/workflows/publish.yml
@@ -62,6 +62,7 @@ jobs:
62
poetry config virtualenvs.in-project true
63
poetry install -vv
64
poetry install -E docs
65
+ poetry install -E all
66
- name: Build docs
67
if: steps.check-tag.outputs.IS_LATEST == 'true'
68
run: |
0 commit comments