Skip to content

Commit

Permalink
chaching pip dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
valentina-s committed Jun 17, 2024
1 parent ce93de3 commit dde3485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create_website_spectrogram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.9.18'
cache: 'pip' # caching pip dependencies

- name: Install Python dependencies
run: |
Expand Down

0 comments on commit dde3485

Please sign in to comment.