diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc05f23df478585e4bdec626af5d7a326f6395eb..0c6b16eafbfb6b6c7289ae7a5e4a3b9b03d93a0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,7 @@ tests: - pip install lazyparser==0.2.0 - pip install pyfaidx==0.5.7 - pip install biopython==1.75 + - pip install loguru==0.5.3 - pip install flake8 script: - coverage run -m unittest discover