Skip to content

turn off actions #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Oct 2, 2024
3 changes: 1 addition & 2 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/noise_processing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 *'

Expand All @@ -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: |
Expand Down
3 changes: 2 additions & 1 deletion ambient_sound_analysis/requirements_noise.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading