Skip to content

Commit

Permalink
use msvc on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Jan 28, 2025
1 parent 03fafe9 commit ec3e32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/numpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
if: matrix.os != 'macos-latest'
run: |
cd repo
spin build -j2 --with-scipy-openblas=32 -j2 -- -Ddisable-optimization=true
spin build -j2 --with-scipy-openblas=32 -j2 -- -Ddisable-optimization=true --vsenv
- name: Test
run: |
Expand Down

0 comments on commit ec3e32d

Please sign in to comment.