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:
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}
You can’t perform that action at this time.
0 commit comments