Move Windows build to 32-bit Python

This commit is contained in:
Etoh 2021-08-02 21:19:40 +01:00 committed by GitHub
parent eafd4b3ad0
commit 428a93e67a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.8'
architecture: x86
- name: Check Python install
run: |