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 80f5c44 commit e9688bfCopy full SHA for e9688bf
.github/workflows/reusable-windows-msi.yml
@@ -30,6 +30,6 @@ jobs:
30
with:
31
persist-credentials: false
32
- name: Build CPython installer
33
- shell: cmd
+ shell: pwsh
34
run: ./Tools/msi/build.bat --doc -${{ inputs.arch }}
35
.github/workflows/reusable-windows.yml
@@ -40,7 +40,7 @@ jobs:
40
-e -d -v
41
-p ${{ inputs.arch }}
42
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
43
44
- name: Display build info
45
run: .\\python.bat -m test.pythoninfo
46
- name: Tests
@@ -49,4 +49,4 @@ jobs:
49
50
-d -q --fast-ci
51
52
0 commit comments