Skip to content

Commit

Permalink
removing pip caching
Browse files Browse the repository at this point in the history
  • Loading branch information
valentina-s authored Oct 2, 2024
1 parent 4e87bc6 commit 06f55f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/noise_processing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.9.18'
cache: 'pip'
cache-dependency-path: ambient_sound_analysis/requirements_noise.txt
# cache: 'pip'
# cache-dependency-path: ambient_sound_analysis/requirements_noise.txt

- name: Install Python dependencies
run: |
Expand Down

0 comments on commit 06f55f7

Please sign in to comment.