Skip to content

Commit

Permalink
Create test_orca_hls.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
valentina-s authored Oct 2, 2024
1 parent 06f55f7 commit aca7ce1
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/workflows/test_orca_hls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Test Ambient Sound Processing

on:
# To run manually
workflow_dispatch:
# push:
# branches:
# - main
# - caching
#schedule:
# - cron: '51 21 8 7 *'

jobs:
process:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: '3.9.18'
# cache: 'pip'
# cache-dependency-path: ambient_sound_analysis/requirements_noise.txt

- name: Install Python dependencies
run: |
pip install -r ambient_sound_analysis/requirements_noise.txt










0 comments on commit aca7ce1

Please sign in to comment.