Skip to content

Commit d9a9151

Browse files
authored
Update ci.yml
1 parent ec2e24c commit d9a9151

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,12 @@ jobs:
182182
arch:
183183
- name: ARM
184184
matrix: arm
185+
setup-python:
186+
architecture: ""
185187
- name: Intel
186188
matrix: intel
189+
setup-python:
190+
architecture: x64
187191
exclude:
188192
- python:
189193
major: 2
@@ -247,7 +251,7 @@ jobs:
247251
# CPython -> 3.9.0-alpha - 3.9.X
248252
# PyPy -> pypy-3.7
249253
python-version: ${{ fromJSON(format('["{0}", "{1}"]', format('{0}.0-alpha - {0}.X', matrix.python.action), matrix.python.action))[startsWith(matrix.python.action, 'pypy')] }}
250-
architecture: x64
254+
architecture: ${{ matrix.arch.setup-python.architecture }}
251255
- name: Report Python information
252256
shell: bash
253257
run: |

0 commit comments

Comments
 (0)