We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfdddee commit 3f57a12Copy full SHA for 3f57a12
.github/workflows/build_wheels_windows.yml
@@ -162,6 +162,7 @@ jobs:
162
path: wheelhouse/
163
- name: Package installation
164
run: |
165
+ set "PATH=%GITHUB_WORKSPACE%\openblas\bin;%PATH%"
166
cd ${{ github.workspace }}/tests
167
&python -m pip install --user --no-warn-script-location (ls "../wheelhouse/opencv*.whl")
168
if ($LastExitCode -ne 0) {throw $LastExitCode}
0 commit comments