Skip to content

Commit 458fe35

Browse files
authored
fixing path to req file
1 parent 17968ce commit 458fe35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/noise_processing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
python -m pip install -U pip
2222
python -m pip install -U setuptools wheel
23-
python -m pip install -r requirements_noise.txt
23+
python -m pip install -r ambient_sound_analysis/requirements_noise.txt
2424
2525
2626
- name: Install ffmpeg

0 commit comments

Comments
 (0)