Skip to content

Commit

Permalink
remove subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
valentina-s authored Nov 12, 2024
1 parent acc0fbe commit 863f67c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/noise_processing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
with:
python-version: '3.9.18'
cache: 'pip'
cache-dependency-path: ambient_sound_analysis/requirements_noise.txt
cache-dependency-path: requirements_noise.txt

- name: Install Python dependencies
run: |
pip install -r ambient_sound_analysis/requirements_noise.txt
pip install -r requirements_noise.txt
- name: Install ffmpeg
Expand All @@ -35,19 +35,19 @@ jobs:
- name: Create plots
if: steps.cache.outputs.cache-hit != 'true'
run: |
python ambient_sound_analysis/noise_processing.py
python noise_processing.py
- name: Upload to GitHub repo
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Commit to Github
file_pattern: 'ambient_sound_analysis/img/broadband.png'
file_pattern: 'img/broadband.png'

- name: Upload as artifact
uses: actions/upload-artifact@v4
with:
name: ambient_sound_plots
path: ambient_sound_analysis/img/*.png
path: img/*.png

# - name: Upload to Google Drive
# uses: AnimMouse/setup-rclone@v1
Expand Down

0 comments on commit 863f67c

Please sign in to comment.