From e9e1a2e74359693603590909d3e8880d3ca9a5ca Mon Sep 17 00:00:00 2001 From: valentina Date: Wed, 2 Oct 2024 14:51:02 -0700 Subject: [PATCH] remove test orca hls workflow --- .github/workflows/test_orca_hls.yml | 41 ----------------------------- 1 file changed, 41 deletions(-) delete mode 100644 .github/workflows/test_orca_hls.yml diff --git a/.github/workflows/test_orca_hls.yml b/.github/workflows/test_orca_hls.yml deleted file mode 100644 index d8fe43e..0000000 --- a/.github/workflows/test_orca_hls.yml +++ /dev/null @@ -1,41 +0,0 @@ -name: Test Ambient Sound Processing - -on: - # To run manually - workflow_dispatch: - push: - branches: - - turnoff-actions - - #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 setuptools==71.0.4 - pip install -r ambient_sound_analysis/requirements_noise.txt - # pip install orcasound_noise@git+https://github.com/orcasound/ambient-sound-analysis@ffmpeg-quiet - - - - - - - - - - - -