From ef1ad365406f47d0edb079471716db1ba0be9e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Voituret?= Date: Wed, 6 Nov 2019 23:36:41 +0100 Subject: [PATCH] fix: add auto validation --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 25aecf3..e780144 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: - checkout - run: name: install ffmpeg - command: apt-get update && apt-get install ffmpeg + command: apt-get update && apt-get install -y ffmpeg - run: name: install spleeter command: pip install .