Skip to content

Commit 5290234

Browse files
committed
Fix draft-release.yml
1 parent 6ea477a commit 5290234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache-dependency-path: poetry.lock
2323

2424
- name: Install dependencies
25-
run: poetry install --without docs
25+
run: poetry install
2626

2727
- name: Build project
2828
run: |

0 commit comments

Comments
 (0)