fix: add auto validation

This commit is contained in:
Félix Voituret
2019-11-06 23:36:41 +01:00
parent 3fc6ee474c
commit ef1ad36540

View File

@@ -8,7 +8,7 @@ jobs:
- checkout - checkout
- run: - run:
name: install ffmpeg name: install ffmpeg
command: apt-get update && apt-get install ffmpeg command: apt-get update && apt-get install -y ffmpeg
- run: - run:
name: install spleeter name: install spleeter
command: pip install . command: pip install .