Skip to content

Commit 703889f

Browse files
committed
remove probably over-specified python@3.10 link overwrite
1 parent 77b1aaa commit 703889f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

github-actions/install-dep-opencv/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ runs:
1515
run: |
1616
if ${{ toJSON( runner.os == 'macOS' ) }}; then
1717
echo "::group::Install OpenCV (via brew)"
18-
brew install opencv || true
19-
brew link --overwrite python@3.10 # fix a dep
2018
brew install opencv
2119
echo "::endgroup::"
2220
fi

0 commit comments

Comments
 (0)