From af4c0e8837106a3ca68a066405926e35b5840ed9 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 4 Nov 2024 14:36:05 +0100 Subject: [PATCH] Update wave_reader.yml --- .github/workflows/wave_reader.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wave_reader.yml b/.github/workflows/wave_reader.yml index 821ca96..232534d 100644 --- a/.github/workflows/wave_reader.yml +++ b/.github/workflows/wave_reader.yml @@ -26,6 +26,6 @@ jobs: scipy_path = Path(find_spec("scipy").submodule_search_locations[0]) print(f"{scipy_path = }") wave_filepath = scipy_path / "scipy/io/tests/data/test-8000Hz-be-3ch-5S-24bit.wav" - print(f"{wave_filepath = } {wave_filepath.exists() = } + print(f"{wave_filepath = } {wave_filepath.exists() = }") wave_filepath = scipy_path / "io/tests/data/test-8000Hz-be-3ch-5S-24bit.wav" - print(f"{wave_filepath = } {wave_filepath.exists() = } + print(f"{wave_filepath = } {wave_filepath.exists() = }")