From 285525d3b330d3b3fbb8675606de85dd9bb34dad Mon Sep 17 00:00:00 2001 From: Javinator9889 Date: Thu, 26 Sep 2019 11:36:03 +0200 Subject: [PATCH] Install requirements on all tests - pylint failure --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 706c83a..e74df8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ before_script: - python -V # Print out python version for debugging - apt update - apt install -y libchromaprint-tools --install-recommends + - pip install -r YouTubeMDBot/requirements.txt test:pylint: script: @@ -28,5 +29,4 @@ test:pylint: test: script: - - pip install -r YouTubeMDBot/requirements.txt - python -m unittest $(pwd)/YouTubeMDBot/tests/*.py