mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 10:46:24 +00:00
GitHub Actions: update note about Windows
[skip ci]
This commit is contained in:
parent
e46e4409c2
commit
1531bea63f
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -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
Block a user