File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 45
45
- name : Install Dependencies
46
46
run : |
47
47
python -m pip install --upgrade pip build wheel virtualenv setuptools
48
+ pip install -r dist/requirements_windows.txt
48
49
pip install -r docs/requirements.txt
49
- pip install --upgrade -r dist/requirements_windows.txt
50
50
51
51
- name : Download Resources
52
52
run : |
@@ -67,11 +67,13 @@ jobs:
67
67
68
68
- name : Build PySceneDetect
69
69
run : |
70
+ python dist/pre_release.py --ignore-installer
70
71
pyinstaller dist/scenedetect.spec
71
72
72
73
- name : Build Documentation
73
74
run : |
74
75
sphinx-build -b singlehtml docs dist/scenedetect/docs
76
+ rm -r dist/scenedetect/docs/.doctrees
75
77
76
78
- name : Assemble Portable Distribution
77
79
run : |
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ install:
35
35
- ' SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%'
36
36
- python --version
37
37
- python -m pip install --upgrade pip
38
- - python -m pip install -r dist/requirements_windows.txt
39
38
- python -m pip install -r docs/requirements.txt
39
+ - python -m pip install --upgrade -r dist/requirements_windows.txt
40
40
# Checkout build resources and third party software used for testing.
41
41
- git checkout refs/remotes/origin/resources -- dist/
42
42
- appveyor DownloadFile https://github.com/GyanD/codexffmpeg/releases/download/6.0/ffmpeg-6.0-full_build.7z
You can’t perform that action at this time.
0 commit comments