Skip to content

Commit 1968025

Browse files
committed
Also skip displaying build info on Windows as this can't be done during cross-compilation
1 parent a1b3ce7 commit 1968025

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/reusable-windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
-e -d -v
3838
-p ${{ inputs.arch }}
3939
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
40-
- name: Display build info
40+
- name: Display build info # FIXME(diegorusso): remove the `if`
41+
if: inputs.arch != 'arm64'
4142
run: .\python.bat -m test.pythoninfo
4243
- name: Tests # FIXME(diegorusso): remove the `if`
4344
if: inputs.arch != 'arm64'

0 commit comments

Comments
 (0)