From a858144d4df43b059ea48dbcd837279254d51b23 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Mon, 13 Mar 2023 19:27:34 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=94=20CircleCI:=20Install=20binary=20Open?= =?UTF-8?q?CV=20for=20Python=203.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1777f69..bd39d2f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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