mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
fix: add verbose test for avoiding timeout
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
command: pip install -r requirements.txt && pip install pytest
|
command: pip install -r requirements.txt && pip install pytest
|
||||||
- run:
|
- run:
|
||||||
name: pytest
|
name: pytest
|
||||||
command: pytest -W ignore::FutureWarning -W ignore::DeprecationWarning
|
command: pytest -W ignore::FutureWarning -W ignore::DeprecationWarning -vv
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: models-{{ checksum "spleeter/model/__init__.py" }}
|
key: models-{{ checksum "spleeter/model/__init__.py" }}
|
||||||
paths:
|
paths:
|
||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
command: pip install -r requirements.txt && pip install pytest
|
command: pip install -r requirements.txt && pip install pytest
|
||||||
- run:
|
- run:
|
||||||
name: pytest
|
name: pytest
|
||||||
command: pytest -W ignore::FutureWarning -W ignore::DeprecationWarning
|
command: pytest -W ignore::FutureWarning -W ignore::DeprecationWarning -vv
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: models-{{ checksum "spleeter/model/__init__.py" }}
|
key: models-{{ checksum "spleeter/model/__init__.py" }}
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user