Skip to content

Commit

Permalink
ci: osx: brew install opencv
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Jan 19, 2024
1 parent 0667392 commit b0c1d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
PIP_INSTALL: pip3 install --user
steps:
- checkout
- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install imagemagick geos bash
- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install imagemagick geos bash opencv
- run: $PIP_INSTALL -U pip setuptools
- run: make install
- run: PATH="/Users/distiller/Library/Python/3.9/bin:$PATH" make deps-test test benchmark
- run: export PATH="/Users/distiller/Library/Python/3.9/bin:$PATH"; make deps-test test benchmark

test-python37:
docker:
Expand Down

0 comments on commit b0c1d90

Please sign in to comment.