Skip to content

Commit dde3485

Browse files
committed
chaching pip dependencies
1 parent ce93de3 commit dde3485

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create_website_spectrogram.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- uses: actions/setup-python@v5
2828
with:
2929
python-version: '3.9.18'
30+
cache: 'pip' # caching pip dependencies
3031

3132
- name: Install Python dependencies
3233
run: |

0 commit comments

Comments
 (0)