mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-30 20:24:31 +00:00
fix: add musdb test dev for CI
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
- restore_cache:
|
||||
key: models-{{ checksum "spleeter/model/__init__.py" }}
|
||||
- run: apt-get update && apt-get install -y ffmpeg
|
||||
- run: pip install -r requirements.txt && pip install pytest pytest-xdist
|
||||
- run: pip install -r requirements.txt && pip install pytest pytest-xdist musdb
|
||||
- run: make test
|
||||
- save_cache:
|
||||
key: models-{{ checksum "spleeter/model/__init__.py" }}
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
- restore_cache:
|
||||
key: models-{{ checksum "spleeter/model/__init__.py" }}
|
||||
- run: apt-get update && apt-get install -y ffmpeg
|
||||
- run: pip install -r requirements.txt && pip install pytest pytest-xdist
|
||||
- run: pip install -r requirements.txt && pip install pytest pytest-xdist musdb
|
||||
- run: make test
|
||||
- save_cache:
|
||||
key: models-{{ checksum "spleeter/model/__init__.py" }}
|
||||
|
||||
Reference in New Issue
Block a user