mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 15:03:22 +01:00
CI: Skip optional dependencies on Windows
This commit is contained in:
parent
2ff7e6bc47
commit
8f7d522225
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
|
@ -39,6 +39,7 @@ jobs:
|
|||
python -m pip install tox sphinx
|
||||
|
||||
- name: Install optional dependencies
|
||||
if: matrix.platform != 'windows-latest'
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install ffmpeg # For replaygain
|
||||
|
|
|
|||
Loading…
Reference in a new issue