mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Install docs dependencies early
This commit is contained in:
parent
e1101b7a38
commit
a40a3d45e4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/make_release.yaml
vendored
2
.github/workflows/make_release.yaml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
cache: poetry
|
cache: poetry
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: poetry install --only=release
|
run: poetry install --with=release --extras=docs
|
||||||
|
|
||||||
- name: Bump project version
|
- name: Bump project version
|
||||||
run: poe bump "${{ env.NEW_VERSION }}"
|
run: poe bump "${{ env.NEW_VERSION }}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue