Skip to content

Commit

Permalink
turn off actions (#30)
Browse files Browse the repository at this point in the history
* turn off actions

* Update noise_processing.yml

* Update noise_processing.yml

* add setuptools version to requirements_noise.txt

* removing pip caching

* Create test_orca_hls.yml

* Update test_orca_hls.yml

* Update test_orca_hls.yml

* Update test_orca_hls.yml

* Update test_orca_hls.yml

* Update requirements_noise.txt

* remove test orca hls workflow
  • Loading branch information
valentina-s authored Oct 2, 2024
1 parent b28d3f1 commit da6c896
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
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

0 comments on commit da6c896

Please sign in to comment.