3681 Use x86 Python for Windows testing #1047
|
@ -40,10 +40,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
# We use netifaces, which does not ship a 64-bit wheel for
|
# We use netifaces, which does not ship a 64-bit wheel for the
|
||||||
# Windows, but it ships a 32-bit wheel. Since MS has pulled
|
# Python 2.7 + Windows combination, but it ships a 32-bit wheel.
|
||||||
# vcpython27 compiler, building a netifaces wheel is not an
|
# Since MS has removed vcpython27 compiler downloads from their
|
||||||
# option anymore, so let us test on 32-bit Windows.
|
# usual site, building a netifaces wheel is not an option
|
||||||
|
# anymore. So let us just test with 32-bit Python on Windows.
|
||||||
- name: Set up Python ${{ matrix.python-version }} [Windows x86]
|
- name: Set up Python ${{ matrix.python-version }} [Windows x86]
|
||||||
if: ${{ matrix.os == 'windows-latest' }}
|
if: ${{ matrix.os == 'windows-latest' }}
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
|
|
Loading…
Reference in New Issue