fix: add ffmpeg install

This commit is contained in:
Félix Voituret
2019-11-06 23:32:52 +01:00
parent a633c26265
commit 20deba57a6

View File

@@ -6,9 +6,12 @@ jobs:
working_directory: ~/spleeter
steps:
- checkout
- run:
name: install ffmpeg
command: sudo apt-get install ffmpeg
- run:
name: install spleeter
command: pip install . --user
command: sudo pip install .
- run:
name: test separation
command: python -m spleeter separate -i audio_example.mp3 -o .