Skip to content

Commit 5306452

Browse files
committed
adding path to requirements file
1 parent dde3485 commit 5306452

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/create_website_spectrogram.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
with:
2929
python-version: '3.9.18'
3030
cache: 'pip' # caching pip dependencies
31+
cache-dependency-path: requirements_noise.txt
32+
33+
3134

3235
- name: Install Python dependencies
3336
run: |

0 commit comments

Comments
 (0)