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 6ea477a commit 5290234Copy full SHA for 5290234
.github/workflows/draft-release.yml
@@ -22,7 +22,7 @@ jobs:
22
cache-dependency-path: poetry.lock
23
24
- name: Install dependencies
25
- run: poetry install --without docs
+ run: poetry install
26
27
- name: Build project
28
run: |
0 commit comments