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 598e473 commit 89455dbCopy full SHA for 89455db
.github/workflows/build_wheels_windows.yml
@@ -194,12 +194,14 @@ jobs:
194
shell: powershell
195
env:
196
PATH: ${{ github.workspace }}\wheelhouse;${{ env.PATH }}
197
+ PYTHONPATH: ${{ github.workspace }}\wheelhouse;${{ env.PYTHONPATH }}
198
- name: Run tests
199
run: |
200
cd ${{ github.workspace }}/opencv
201
python modules\python\test\test.py -v --repo .
202
203
204
205
206
- name: Pylint test
207
0 commit comments