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