File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ name: deploy-book
4
4
on :
5
5
push :
6
6
branches :
7
- - main
8
- - lesson_content
7
+ # - main
9
8
# If your git repository has the Jupyter Book within some-subfolder next to
10
9
# unrelated files, you can make this run only if a file within that specific
11
10
# folder has been modified.
Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ name: Ambient Sound Processing
3
3
on :
4
4
# To run manually
5
5
workflow_dispatch :
6
- push :
7
- branches :
8
- # - main
9
- # - caching
6
+ # push:
7
+ # branches:
8
+ # - main
9
+ # - caching
10
+
10
11
# schedule:
11
12
# - cron: '51 21 8 7 *'
12
13
19
20
- uses : actions/setup-python@v5
20
21
with :
21
22
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
24
25
25
26
- name : Install Python dependencies
26
27
run : |
Original file line number Diff line number Diff line change
1
+ # setuptools==70.0.0
1
2
matplotlib
2
- scipy
3
+ # scipy
3
4
m3u8
4
5
git+https://github.com/kkroening/ffmpeg-python
5
6
orcasound_noise@git+https://github.com/orcasound/ambient-sound-analysis@ffmpeg-quiet
You can’t perform that action at this time.
0 commit comments