mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-30 20:24:31 +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
|
||||
- run:
|
||||
name: pytest
|
||||
command: pytest -W ignore::FutureWarning -W ignore::DeprecationWarning
|
||||
command: pytest -W ignore::FutureWarning -W ignore::DeprecationWarning -vv
|
||||
- save_cache:
|
||||
key: models-{{ checksum "spleeter/model/__init__.py" }}
|
||||
paths:
|
||||
@@ -43,7 +43,7 @@ jobs:
|
||||
command: pip install -r requirements.txt && pip install pytest
|
||||
- run:
|
||||
name: pytest
|
||||
command: pytest -W ignore::FutureWarning -W ignore::DeprecationWarning
|
||||
command: pytest -W ignore::FutureWarning -W ignore::DeprecationWarning -vv
|
||||
- save_cache:
|
||||
key: models-{{ checksum "spleeter/model/__init__.py" }}
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user