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
No related branches found
No related tags found
No related merge requests found
Pipeline #145 passed with warnings
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment