diff --git a/.circleci/config.yml b/.circleci/config.yml index b90ef37..87e3b2a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,8 +14,7 @@ jobs: - run: locale-gen "en_US.UTF-8"; update-locale LC_ALL="en_US.UTF-8" - checkout - run: pip3 install --upgrade pip - - run: make install PIP_INSTALL="pip3 install" - - run: pip3 install -r requirements-test.txt + - run: make install deps-test PIP_INSTALL="pip3 install" - run: make coverage LC_ALL=en_US.utf8 - codecov/upload diff --git a/Makefile b/Makefile index 00a8f69..9019c37 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ actevedef_718448162: # Install testing python deps via pip deps-test: - $(PIP) install -r requirements_test.txt + $(PIP_INSTALL) -r requirements-test.txt # Clone OCR-D/assets to ./repo/assets