diff --git a/tests/test_cli.py b/tests/test_cli.py index ef40055cf51781976bb5f07757cbf48406ecde78..4b50dff62d476f90e07bdcb3c13302d27cc67085 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -5,9 +5,11 @@ import os import pytest import torch +import torchaudio AUDIOS_DIR = os.path.join(os.path.dirname(__file__), "audios") +print(torchaudio.__version__, torchaudio.get_audio_backend()) @pytest.mark.parametrize("file, fmt, convert_to_freq",