Skip to content

Commit e9688bf

Browse files
committed
Change shell to pwsh
1 parent 80f5c44 commit e9688bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/reusable-windows-msi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
with:
3131
persist-credentials: false
3232
- name: Build CPython installer
33-
shell: cmd
33+
shell: pwsh
3434
run: ./Tools/msi/build.bat --doc -${{ inputs.arch }}
3535

.github/workflows/reusable-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
-e -d -v
4141
-p ${{ inputs.arch }}
4242
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
43-
shell: cmd
43+
shell: pwsh
4444
- name: Display build info
4545
run: .\\python.bat -m test.pythoninfo
4646
- name: Tests
@@ -49,4 +49,4 @@ jobs:
4949
-p ${{ inputs.arch }}
5050
-d -q --fast-ci
5151
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
52-
shell: cmd
52+
shell: pwsh

0 commit comments

Comments
 (0)