From f3cfaa92146c0a3ab378cf8cbab1e9bb8989dba9 Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Tue, 5 Feb 2019 16:02:41 -0600 Subject: [PATCH] Update items to install. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3717ad..fab7bc9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ before_script: - module add python/3.6.1-2-anaconda - - pip install --user pytest-pythonpath pytest-cov + - pip install --user pytest pytest-pythonpath pytest-cov - module load nextflow/0.31.0 - ln -s /project/shared/bicf_workflow_ref/workflow_testdata/chipseq/*fastq.gz test_data/ -- GitLab