diff --git a/.github/workflows/deploy-book.yml b/.github/workflows/deploy-book.yml index 573561a..f8b98d3 100644 --- a/.github/workflows/deploy-book.yml +++ b/.github/workflows/deploy-book.yml @@ -4,8 +4,7 @@ name: deploy-book on: push: branches: - - main - - lesson_content + # - main # If your git repository has the Jupyter Book within some-subfolder next to # unrelated files, you can make this run only if a file within that specific # folder has been modified. diff --git a/.github/workflows/noise_processing.yml b/.github/workflows/noise_processing.yml index e19721d..398f130 100644 --- a/.github/workflows/noise_processing.yml +++ b/.github/workflows/noise_processing.yml @@ -3,10 +3,11 @@ name: Ambient Sound Processing on: # To run manually workflow_dispatch: - push: - branches: - # - main - # - caching + # push: + # branches: + # - main + # - caching + #schedule: # - cron: '51 21 8 7 *' @@ -19,8 +20,8 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.9.18' - cache: 'pip' - cache-dependency-path: ambient_sound_analysis/requirements_noise.txt +# cache: 'pip' +# cache-dependency-path: ambient_sound_analysis/requirements_noise.txt - name: Install Python dependencies run: | diff --git a/ambient_sound_analysis/requirements_noise.txt b/ambient_sound_analysis/requirements_noise.txt index 5f6f7bf..32e904c 100644 --- a/ambient_sound_analysis/requirements_noise.txt +++ b/ambient_sound_analysis/requirements_noise.txt @@ -1,5 +1,6 @@ +# setuptools==70.0.0 matplotlib -scipy +# scipy m3u8 git+https://github.com/kkroening/ffmpeg-python orcasound_noise@git+https://github.com/orcasound/ambient-sound-analysis@ffmpeg-quiet