mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Added dependencies for all failed plugins
This commit is contained in:
parent
6c3f93df2c
commit
73dda4f7f8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
- if: ${{ env.IS_MAIN_PYTHON != 'true' }}
|
- if: ${{ env.IS_MAIN_PYTHON != 'true' }}
|
||||||
name: Test without coverage
|
name: Test without coverage
|
||||||
run: |
|
run: |
|
||||||
poetry install --extras=autobpm --extras=lyrics --extras=embedart
|
poetry install --extras=autobpm --extras=lyrics --extras=replaygain --extras=reflink --extras=fetchart --extras=chroma --extras=sonosupdate
|
||||||
poe test
|
poe test
|
||||||
|
|
||||||
- if: ${{ env.IS_MAIN_PYTHON == 'true' }}
|
- if: ${{ env.IS_MAIN_PYTHON == 'true' }}
|
||||||
|
|
@ -60,7 +60,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
LYRICS_UPDATED: ${{ steps.lyrics-update.outputs.any_changed }}
|
LYRICS_UPDATED: ${{ steps.lyrics-update.outputs.any_changed }}
|
||||||
run: |
|
run: |
|
||||||
poetry install --extras=autobpm --extras=lyrics --extras=docs --extras=replaygain --extras=reflink --extras=fetchart
|
poetry install --extras=autobpm --extras=lyrics --extras=docs --extras=replaygain --extras=reflink --extras=fetchart --extras=chroma --extras=sonosupdate
|
||||||
poe docs
|
poe docs
|
||||||
poe test-with-coverage
|
poe test-with-coverage
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue