Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a1be420

Browse filesBrowse files
authored
Try bash on Windows
1 parent f56fb78 commit a1be420
Copy full SHA for a1be420

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎.github/workflows/build_wheels.yml

Copy file name to clipboardExpand all lines: .github/workflows/build_wheels.yml
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.