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 c33dcba commit a246790Copy full SHA for a246790
.github/workflows/reusable-windows.yml
@@ -41,6 +41,7 @@ jobs:
41
-e -d -v
42
-p "${ARCH}"
43
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
44
+ shell: bash
45
- name: Display build info # FIXME(diegorusso): remove the `if`
46
if: inputs.arch != 'arm64'
47
run: .\\python.bat -m test.pythoninfo
@@ -51,3 +52,4 @@ jobs:
51
52
53
-d -q --fast-ci
54
55
0 commit comments