Skip to content

Commit 330f79b

Browse files
authored
Don't run test suite on 32bit Windows (#13672)
I don't think testing the different architecture gains us anything, and [we don't build mypyc compiled wheels for win32 anyway](https://github.com/mypyc/mypy_mypyc-wheels/blob/aabe075c7abe8baa0b212cc14e7ab607dffa6934/build_wheel.py#L35), so there shouldn't be a difference between the two. This should provide a nice speedup to the test suite as well. These tests were initially introduced in #8327.
1 parent 11be378 commit 330f79b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
include:
29-
- name: Test suite with py37-windows-32
30-
python: '3.7'
31-
arch: x86
32-
os: windows-latest
33-
toxenv: py37
3429
- name: Test suite with py37-windows-64
3530
python: '3.7'
3631
arch: x64

0 commit comments

Comments
 (0)