1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 11:50:00 +02:00

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

This commit is contained in:
Mike Gerber 2023-03-14 12:49:02 +01:00
parent 833efa37da
commit 2a090c9b5a

View file

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