From 1df0c91c7ac22196b1fdf17ed422753bbc855fe3 Mon Sep 17 00:00:00 2001 From: Valentina Staneva Date: Wed, 2 Oct 2024 14:07:44 -0700 Subject: [PATCH] Update test_orca_hls.yml --- .github/workflows/test_orca_hls.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_orca_hls.yml b/.github/workflows/test_orca_hls.yml index dafdfca..ede2a48 100644 --- a/.github/workflows/test_orca_hls.yml +++ b/.github/workflows/test_orca_hls.yml @@ -25,7 +25,8 @@ jobs: - name: Install Python dependencies run: | pip install setuptools==71.0.4 - pip install orcasound_noise@git+https://github.com/orcasound/ambient-sound-analysis@ffmpeg-quiet + pip install -r ambient_sound_analysis/requirements_noise.py + # pip install orcasound_noise@git+https://github.com/orcasound/ambient-sound-analysis@ffmpeg-quiet