Skip to content

Commit

Permalink
BLD: Try to install Python 32bit with mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
seiko2plus committed Jan 9, 2023
1 parent ae0476a commit 5edf329
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.x"
if: ${{ matrix.buildplat[1] != 'win32' }}
- uses: actions/setup-python@v4
with:
python-version: "3.x"
architecture: "x86"
if: ${{ matrix.buildplat[1] == 'win32' }}

- name: setup rtools for 32-bit
run: |
Expand Down

0 comments on commit 5edf329

Please sign in to comment.