We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a6d46 commit 8601b95Copy full SHA for 8601b95
appveyor.yml
@@ -35,8 +35,8 @@ install:
35
- 'SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%'
36
- python --version
37
- python -m pip install --upgrade pip
38
- - python -m pip install -r dist/requirements_windows.txt
39
- python -m pip install -r docs/requirements.txt
+ - python -m pip install --upgrade -r dist/requirements_windows.txt
40
# Checkout build resources and third party software used for testing.
41
- git checkout refs/remotes/origin/resources -- dist/
42
- appveyor DownloadFile https://github.com/GyanD/codexffmpeg/releases/download/6.0/ffmpeg-6.0-full_build.7z
0 commit comments