未验证 提交 9dcf2202 编写于 作者: F Félix Voituret 提交者: GitHub

fix: add museval dep for CI testing

上级 582cb347
......@@ -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 musdb
- run: pip install -r requirements.txt && pip install pytest pytest-xdist musdb museval
- 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 musdb
- run: pip install -r requirements.txt && pip install pytest pytest-xdist musdb museval
- run: make test
- save_cache:
key: models-{{ checksum "spleeter/model/__init__.py" }}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册