diff --git a/.circleci/config.yml b/.circleci/config.yml index 9910485..3ac6a49 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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