Skip to content

Commit

Permalink
✔ CircleCI: Explicitly install binary opencv-python-headless (dep of …
Browse files Browse the repository at this point in the history
…OCR-D?) to avoid compilation
  • Loading branch information
mikegerber committed Mar 14, 2023
1 parent 833efa3 commit 2a090c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
steps:
- checkout
- run: pip3 install --upgrade pip
- run: if python3 --version | grep -q "Python 3.6"; then pip install --prefer-binary -U opencv-python-headless numpy; fi # to avoid compilation
- run: pip3 install -r requirements.txt
- run: pip3 install pytest
- run: pytest
Expand Down

0 comments on commit 2a090c9

Please sign in to comment.