mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-08 19:29:53 +02:00
✔ CircleCI: Install binary OpenCV for Python 3.6
This commit is contained in:
parent
acfdd20696
commit
a858144d4d
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: pip3 install --upgrade pip
|
- 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
|
||||||
- run: make install deps-test-ubuntu PIP_INSTALL="pip3 install"
|
- run: make install deps-test-ubuntu PIP_INSTALL="pip3 install"
|
||||||
- run: make coverage
|
- run: make coverage
|
||||||
- codecov/upload
|
- codecov/upload
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue