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