Skip to content
Snippets Groups Projects
Commit 515f1f94 authored by Samuel Mondal's avatar Samuel Mondal
Browse files

yml file edit

parent ca6f0fa2
No related branches found
No related tags found
1 merge request!64yml file edit
Pipeline #14923 failed
......@@ -18,6 +18,9 @@ build-job: # First stage deployment and installation of dependencies.
lint-test-job: # Test Stage
stage: test # Deploys and runs all 3 linters.
script:
- pip install -r requirements.txt
- pip install -r requirements_dev.txt
- pip install -e .
- flake8 --docstring-convention google sequence_extractor/ gtf_processing/
- pylint sequence_extractor/ gtf_processing/
- mypy sequence_extractor/ gtf_processing/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment