Skip to content

Commit 88c3cf6

Browse files
authored
Update build_wheels_windows.yml
1 parent 3e4312c commit 88c3cf6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ jobs:
138138
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
139139
OPENCV_TEST_DATA_PATH: ${{ github.workspace }}\opencv_extra\testdata
140140
PYLINT_TEST_FILE: ${{ github.workspace }}\opencv\samples\python\squares.py
141+
PATH: ${{ github.workspace }}\openblas\bin;${{ env.PATH }}
141142
steps:
142143
- name: Cleanup
143144
shell: bash
@@ -162,9 +163,6 @@ jobs:
162163
path: wheelhouse/
163164
- name: Package installation
164165
run: |
165-
$env:OpenBLAS_HOME = (Get-Location).Path
166-
Write-Host "OpenBLAS_HOME=$env:OpenBLAS_HOME"
167-
$env:PATH = "$env:OpenBLAS_HOME\openblas\bin;$env:PATH"
168166
cd ${{ github.workspace }}/tests
169167
&python -m pip install --user --no-warn-script-location (ls "../wheelhouse/opencv*.whl")
170168
if ($LastExitCode -ne 0) {throw $LastExitCode}

0 commit comments

Comments
 (0)