mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
CI: Freshen apt packages
This commit is contained in:
parent
87f5acebee
commit
eadeead565
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -32,7 +32,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install optional dependencies
|
- name: Install optional dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install ffmpeg # For replaygain
|
sudo apt update
|
||||||
|
sudo apt install ffmpeg # For replaygain
|
||||||
|
|
||||||
- name: Test older Python versions with tox
|
- name: Test older Python versions with tox
|
||||||
if: matrix.python-version != '3.9' && matrix.python-version != '3.10-dev'
|
if: matrix.python-version != '3.9' && matrix.python-version != '3.10-dev'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue