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 f6bb4fc commit 4509c20Copy full SHA for 4509c20
.github/workflows/build_wheels_windows.yml
@@ -93,7 +93,8 @@ jobs:
93
if exist %OpenBLAS_HOME%\bin\libopenblas.dll (
94
copy /y %OpenBLAS_HOME%\bin\libopenblas.dll %OpenBLAS_HOME%\bin\libopenblas.exp.dll
95
)
96
-
+ echo Listing OpenBLAS directory:
97
+ dir %OpenBLAS_HOME%\bin
98
echo Finished OpenBLAS setup
99
cd ..
100
echo set "OpenBLAS_HOME=%OpenBLAS_HOME%" > set_openblas_env.cmd
0 commit comments