mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
fix: add direct module testing
This commit is contained in:
@@ -11,7 +11,7 @@ jobs:
|
||||
command: pip install . --user
|
||||
- run:
|
||||
name: test separation
|
||||
command: spleeter separate -i audio_example.mp3 -o .
|
||||
command: python -m spleeter separate -i audio_example.mp3 -o .
|
||||
upload:
|
||||
docker:
|
||||
- image: circleci/python:3.6.1
|
||||
|
||||
Reference in New Issue
Block a user