diff --git a/.circleci/config.yml b/.circleci/config.yml index 2090600..e55e2bb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,8 @@ 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: if python3 --version | grep -q "Python 3.6"; then pip install --prefer-binary -U opencv-python-headless numpy; fi # to avoid compilation + - run: if python3 --version | grep -q "Python 3.11"; then pip install --prefer-binary -U tensorflow; fi # manual install seems to allow installing the RC (but not through requirements.txt) - run: make install deps-test-ubuntu PIP_INSTALL="pip3 install" - run: make coverage - codecov/upload