Skip to content

Commit

Permalink
Use bash for Windows so we can use ""
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 9, 2024
1 parent c33dcba commit a246790
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
-e -d -v
-p "${ARCH}"
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
shell: bash
- name: Display build info # FIXME(diegorusso): remove the `if`
if: inputs.arch != 'arm64'
run: .\\python.bat -m test.pythoninfo
Expand All @@ -51,3 +52,4 @@ jobs:
-p "${ARCH}"
-d -q --fast-ci
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
shell: bash

0 comments on commit a246790

Please sign in to comment.