Skip to content

Commit 7eb1891

Browse files
committed
Remove test clause
1 parent e1630e3 commit 7eb1891

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/windows-arm.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,6 @@ jobs:
6161
cd local
6262
7z a ../builds/scipy_openblas32.zip -tzip scipy_openblas32
6363
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-
7364
- name: Test 32-bit interface wheel
7465
run: |
7566
python -m pip install --no-index --find-links dist scipy_openblas32

0 commit comments

Comments
 (0)