Skip to content

Commit

Permalink
fixing paths
Browse files Browse the repository at this point in the history
  • Loading branch information
valentina-s authored Jun 10, 2024
1 parent fe12c5f commit dca5280
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/noise_processing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,12 @@ jobs:
sudo apt-get update
sudo apt-get install ffmpeg
# - name: Get latest timestamp
# run: |
# aws --no-sign-request s3 cp s3://streaming-orcasound-net/rpi_bush_point/latest.txt .
# read -r timestamp<latest.txt
# echo "timestamp=$timestamp" >> $GITHUB_ENV

- name: Create plots
if: steps.cache.outputs.cache-hit != 'true'
run: |
python noise_processing.py
python ambient_sound_analysis/noise_processing.py
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Commit to Github
file_pattern: 'img/*.png'
file_pattern: 'ambient_sound_analysis/img/*.png'

0 comments on commit dca5280

Please sign in to comment.