✔ CircleCI: Explicitly install binary opencv-python-headless (dep of OCR-D?) to avoid compilation

pull/81/head
Mike Gerber 1 year ago
parent 833efa37da
commit 2a090c9b5a

@ -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

Loading…
Cancel
Save