Skip to content

Commit da6c896

Browse files
authored
turn off actions (#30)
* 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
1 parent b28d3f1 commit da6c896

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.github/workflows/deploy-book.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ name: deploy-book
44
on:
55
push:
66
branches:
7-
- main
8-
- lesson_content
7+
# - main
98
# If your git repository has the Jupyter Book within some-subfolder next to
109
# unrelated files, you can make this run only if a file within that specific
1110
# folder has been modified.

.github/workflows/noise_processing.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ name: Ambient Sound Processing
33
on:
44
# To run manually
55
workflow_dispatch:
6-
push:
7-
branches:
8-
# - main
9-
# - caching
6+
# push:
7+
# branches:
8+
# - main
9+
# - caching
10+
1011
#schedule:
1112
# - cron: '51 21 8 7 *'
1213

@@ -19,8 +20,8 @@ jobs:
1920
- uses: actions/setup-python@v5
2021
with:
2122
python-version: '3.9.18'
22-
cache: 'pip'
23-
cache-dependency-path: ambient_sound_analysis/requirements_noise.txt
23+
# cache: 'pip'
24+
# cache-dependency-path: ambient_sound_analysis/requirements_noise.txt
2425

2526
- name: Install Python dependencies
2627
run: |

ambient_sound_analysis/requirements_noise.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
# setuptools==70.0.0
12
matplotlib
2-
scipy
3+
# scipy
34
m3u8
45
git+https://github.com/kkroening/ffmpeg-python
56
orcasound_noise@git+https://github.com/orcasound/ambient-sound-analysis@ffmpeg-quiet

0 commit comments

Comments
 (0)