Skip to content
Snippets Groups Projects
Commit aa8306b0 authored by nfontrod's avatar nfontrod
Browse files

.gitlab-ci.yml: install loguru before running tests

parent 2a094c95
Branches
Tags
No related merge requests found
Pipeline #145 passed with warnings
...@@ -21,6 +21,7 @@ tests: ...@@ -21,6 +21,7 @@ tests:
- pip install lazyparser==0.2.0 - pip install lazyparser==0.2.0
- pip install pyfaidx==0.5.7 - pip install pyfaidx==0.5.7
- pip install biopython==1.75 - pip install biopython==1.75
- pip install loguru==0.5.3
- pip install flake8 - pip install flake8
script: script:
- coverage run -m unittest discover - coverage run -m unittest discover
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment