We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43adb25 commit 9e21313Copy full SHA for 9e21313
appveyor.yml
@@ -148,7 +148,7 @@ before_test:
148
149
cd ${Env:APPVEYOR_BUILD_FOLDER}\tests
150
$env:PYTHONWARNINGS = "ignore:::pip._internal.cli.base_command"
151
- &"${Env:PYTHON}/python.exe" -m pip install --user (ls "../dist/opencv_*.whl")
+ &"${Env:PYTHON}/python.exe" -m pip install --user --no-warn-script-location (ls "../dist/opencv_*.whl")
152
if ($LastExitCode -ne 0) {throw $LastExitCode}
153
154
test_script:
0 commit comments