Skip to content

Commit 598e473

Browse files
authored
Update build_wheels_windows.yml
1 parent 968a007 commit 598e473

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,15 @@ jobs:
192192
if ($LastExitCode -ne 0) {throw $LastExitCode}
193193
python get_build_info.py
194194
shell: powershell
195+
env:
196+
PATH: ${{ github.workspace }}\wheelhouse;${{ env.PATH }}
195197
- name: Run tests
196198
run: |
197199
cd ${{ github.workspace }}/opencv
198200
python modules\python\test\test.py -v --repo .
201+
env:
202+
PATH: ${{ github.workspace }}\wheelhouse;${{ env.PATH }}
203+
199204
- name: Pylint test
200205
run: |
201206
python -m pip install pylint==2.15.9

0 commit comments

Comments
 (0)