File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ jobs:
138
138
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
139
139
OPENCV_TEST_DATA_PATH : ${{ github.workspace }}\opencv_extra\testdata
140
140
PYLINT_TEST_FILE : ${{ github.workspace }}\opencv\samples\python\squares.py
141
+ PATH : ${{ github.workspace }}\openblas\bin;${{ env.PATH }}
141
142
steps :
142
143
- name : Cleanup
143
144
shell : bash
@@ -162,9 +163,6 @@ jobs:
162
163
path : wheelhouse/
163
164
- name : Package installation
164
165
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"
168
166
cd ${{ github.workspace }}/tests
169
167
&python -m pip install --user --no-warn-script-location (ls "../wheelhouse/opencv*.whl")
170
168
if ($LastExitCode -ne 0) {throw $LastExitCode}
You can’t perform that action at this time.
0 commit comments