Skip to content

Commit b06e0bc

Browse files
committed
Remove shell from windows builds
1 parent 9200b8d commit b06e0bc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ jobs:
3232
persist-credentials: false
3333
- name: Build CPython installer
3434
run: ./Tools/msi/build.bat --doc -"${ARCH}"
35-
shell: bash

.github/workflows/reusable-windows.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
-e -d -v
4343
-p "${ARCH}"
4444
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
45-
shell: bash
4645
- name: Display build info
4746
run: .\\python.bat -m test.pythoninfo
4847
- name: Tests
@@ -51,4 +50,3 @@ jobs:
5150
-p "${ARCH}"
5251
-d -q --fast-ci
5352
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
54-
shell: bash

0 commit comments

Comments
 (0)