3681 Use x86 Python for Windows testing #1047

Merged
sajith merged 14 commits from 3681.github-actions-use-x86-windows into master 2021-04-27 22:36:13 +00:00
1 changed files with 5 additions and 4 deletions
Showing only changes of commit 1531bea63f - Show all commits

View File

@ -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