Skip to content

Commit 8601b95

Browse files
committed
[build] Use specific OpenCV version for Windows build.
1 parent c7a6d46 commit 8601b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ install:
3535
- 'SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%'
3636
- python --version
3737
- python -m pip install --upgrade pip
38-
- python -m pip install -r dist/requirements_windows.txt
3938
- python -m pip install -r docs/requirements.txt
39+
- python -m pip install --upgrade -r dist/requirements_windows.txt
4040
# Checkout build resources and third party software used for testing.
4141
- git checkout refs/remotes/origin/resources -- dist/
4242
- appveyor DownloadFile https://github.com/GyanD/codexffmpeg/releases/download/6.0/ffmpeg-6.0-full_build.7z

0 commit comments

Comments
 (0)