We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b1aaa commit 703889fCopy full SHA for 703889f
1 file changed
github-actions/install-dep-opencv/action.yml
@@ -15,8 +15,6 @@ runs:
15
run: |
16
if ${{ toJSON( runner.os == 'macOS' ) }}; then
17
echo "::group::Install OpenCV (via brew)"
18
- brew install opencv || true
19
- brew link --overwrite python@3.10 # fix a dep
20
brew install opencv
21
echo "::endgroup::"
22
fi
0 commit comments