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 a1b3ce7 commit 1968025Copy full SHA for 1968025
1 file changed
.github/workflows/reusable-windows.yml
@@ -37,7 +37,8 @@ jobs:
37
-e -d -v
38
-p ${{ inputs.arch }}
39
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
40
- - name: Display build info
+ - name: Display build info # FIXME(diegorusso): remove the `if`
41
+ if: inputs.arch != 'arm64'
42
run: .\python.bat -m test.pythoninfo
43
- name: Tests # FIXME(diegorusso): remove the `if`
44
if: inputs.arch != 'arm64'
0 commit comments