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 e1630e3 commit 7eb1891Copy full SHA for 7eb1891
.github/workflows/windows-arm.yml
@@ -61,15 +61,6 @@ jobs:
61
cd local
62
7z a ../builds/scipy_openblas32.zip -tzip scipy_openblas32
63
64
- - name: Test
65
- run: |
66
- & $env:BASH_PATH -lc tools/build_gfortran.sh
67
- echo "Static test"
68
- .\for_test\test.exe
69
- echo "Dynamic test"
70
- .\for_test\test_dyn.exe
71
- cp for_test\test*.exe builds
72
-
73
- name: Test 32-bit interface wheel
74
run: |
75
python -m pip install --no-index --find-links dist scipy_openblas32
0 commit comments