Skip to content

Commit 89455db

Browse files
authored
Update build_wheels_windows.yml
1 parent 598e473 commit 89455db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,14 @@ jobs:
194194
shell: powershell
195195
env:
196196
PATH: ${{ github.workspace }}\wheelhouse;${{ env.PATH }}
197+
PYTHONPATH: ${{ github.workspace }}\wheelhouse;${{ env.PYTHONPATH }}
197198
- name: Run tests
198199
run: |
199200
cd ${{ github.workspace }}/opencv
200201
python modules\python\test\test.py -v --repo .
201202
env:
202203
PATH: ${{ github.workspace }}\wheelhouse;${{ env.PATH }}
204+
PYTHONPATH: ${{ github.workspace }}\wheelhouse;${{ env.PYTHONPATH }}
203205

204206
- name: Pylint test
205207
run: |

0 commit comments

Comments
 (0)