Fix CI for JavaScript and Python APIs. (#901)

This commit is contained in:
Fangjun Kuang
2024-05-22 13:57:00 +08:00
committed by GitHub
parent b2f0249420
commit 4f21aabd3c
10 changed files with 20 additions and 58 deletions

View File

@@ -194,7 +194,7 @@ class TestSpeakerRecognition(unittest.TestCase):
test_zh_models(filename)
test_en_and_zh_models(filename)
def test_3dpeaker_models(self):
def _test_3dpeaker_models(self):
model_dir = Path(d) / "3dspeaker"
if not model_dir.is_dir():
print(f"{model_dir} does not exist - skip it")