Skip to content

Commit ec3e32d

Browse files
committed
use msvc on windows
1 parent 03fafe9 commit ec3e32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/numpy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if: matrix.os != 'macos-latest'
7171
run: |
7272
cd repo
73-
spin build -j2 --with-scipy-openblas=32 -j2 -- -Ddisable-optimization=true
73+
spin build -j2 --with-scipy-openblas=32 -j2 -- -Ddisable-optimization=true --vsenv
7474
7575
- name: Test
7676
run: |

0 commit comments

Comments
 (0)