Skip to content

Commit a246790

Browse files
committed
Use bash for Windows so we can use ""
1 parent c33dcba commit a246790

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
-e -d -v
4242
-p "${ARCH}"
4343
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
44+
shell: bash
4445
- name: Display build info # FIXME(diegorusso): remove the `if`
4546
if: inputs.arch != 'arm64'
4647
run: .\\python.bat -m test.pythoninfo
@@ -51,3 +52,4 @@ jobs:
5152
-p "${ARCH}"
5253
-d -q --fast-ci
5354
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
55+
shell: bash

0 commit comments

Comments
 (0)