mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
fix: add auto validation
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user