Skip to content

Commit a1be420

Browse files
authored
Try bash on Windows
1 parent f56fb78 commit a1be420

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
defaults:
1919
run:
20-
shell: powershell
20+
shell: bash
2121

2222
strategy:
2323
fail-fast: false
@@ -73,6 +73,7 @@ jobs:
7373
$env:PYTHONWARNINGS = "ignore:::pip._internal.cli.base_command"
7474
&python -m pip install --user --no-warn-script-location (ls "../dist/opencv_*.whl")
7575
if ($LastExitCode -ne 0) {throw $LastExitCode}
76+
shell: powershell
7677

7778
- name: run test
7879
if: ${{ matrix.os == 'windows-latest' }}

0 commit comments

Comments
 (0)