Skip to content

Commit 1df0c91

Browse files
authored
Update test_orca_hls.yml
1 parent b74aaf4 commit 1df0c91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_orca_hls.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- name: Install Python dependencies
2626
run: |
2727
pip install setuptools==71.0.4
28-
pip install orcasound_noise@git+https://github.com/orcasound/ambient-sound-analysis@ffmpeg-quiet
28+
pip install -r ambient_sound_analysis/requirements_noise.py
29+
# pip install orcasound_noise@git+https://github.com/orcasound/ambient-sound-analysis@ffmpeg-quiet
2930
3031
3132

0 commit comments

Comments
 (0)