Install docs dependencies early

This commit is contained in:
Šarūnas Nejus 2025-05-07 10:24:02 +01:00
parent e1101b7a38
commit a40a3d45e4
No known key found for this signature in database
GPG key ID: DD28F6704DBE3435

View file

@ -26,7 +26,7 @@ jobs:
cache: poetry
- name: Install dependencies
run: poetry install --only=release
run: poetry install --with=release --extras=docs
- name: Bump project version
run: poe bump "${{ env.NEW_VERSION }}"