Skip to content

Commit dca5280

Browse files
authored
fixing paths
1 parent fe12c5f commit dca5280

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/noise_processing.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,12 @@ jobs:
2828
sudo apt-get update
2929
sudo apt-get install ffmpeg
3030
31-
# - name: Get latest timestamp
32-
# run: |
33-
# aws --no-sign-request s3 cp s3://streaming-orcasound-net/rpi_bush_point/latest.txt .
34-
# read -r timestamp<latest.txt
35-
# echo "timestamp=$timestamp" >> $GITHUB_ENV
36-
3731
- name: Create plots
3832
if: steps.cache.outputs.cache-hit != 'true'
3933
run: |
40-
python noise_processing.py
34+
python ambient_sound_analysis/noise_processing.py
4135
4236
- uses: stefanzweifel/git-auto-commit-action@v4
4337
with:
4438
commit_message: Commit to Github
45-
file_pattern: 'img/*.png'
39+
file_pattern: 'ambient_sound_analysis/img/*.png'

0 commit comments

Comments
 (0)