Skip to content

Commit 06f55f7

Browse files
authored
removing pip caching
1 parent 4e87bc6 commit 06f55f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/noise_processing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- uses: actions/setup-python@v5
2020
with:
2121
python-version: '3.9.18'
22-
cache: 'pip'
23-
cache-dependency-path: ambient_sound_analysis/requirements_noise.txt
22+
# cache: 'pip'
23+
# cache-dependency-path: ambient_sound_analysis/requirements_noise.txt
2424

2525
- name: Install Python dependencies
2626
run: |

0 commit comments

Comments
 (0)