We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22799b4 commit a1b3ce7Copy full SHA for a1b3ce7
2 files changed
.github/workflows/build.yml
@@ -160,10 +160,10 @@ jobs:
160
- false
161
- true
162
include:
163
- - os: windows-aarch64
+ - os: windows-latest # FIXME(diegorusso): change to os: windows-aarch64
164
arch: arm64
165
free-threading: false
166
167
168
free-threading: true
169
- os: windows-latest
.github/workflows/reusable-windows.yml
@@ -39,7 +39,8 @@ jobs:
39
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
40
- name: Display build info
41
run: .\python.bat -m test.pythoninfo
42
- - name: Tests
+ - name: Tests # FIXME(diegorusso): remove the `if`
43
+ if: inputs.arch != 'arm64'
44
run: >-
45
.\PCbuild\rt.bat
46
-p ${{ inputs.arch }}
0 commit comments