Skip to content

Commit 02edf94

Browse files
authored
Update build_wheels_windows.yml
1 parent 57fef17 commit 02edf94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ jobs:
160160
with:
161161
name: wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}-${{ matrix.platform }}
162162
path: wheelhouse/
163+
- name: check DLL
164+
shell: powershell
165+
run: |
166+
dir "$PWD\openblas\bin\libopenblas*.dll"
163167
- name: Package installation
164168
run: |
165169
$env:OpenBLAS_HOME = "$PWD"

0 commit comments

Comments
 (0)