✔ CircleCI: Install binary OpenCV for Python 3.6

test-python-3.11
Mike Gerber 1 year ago
parent acfdd20696
commit a858144d4d

@ -15,6 +15,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
- run: make install deps-test-ubuntu PIP_INSTALL="pip3 install"
- run: make coverage
- codecov/upload

Loading…
Cancel
Save