From 55a605d1607e872d66b72c40289f87a2495946de Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Tue, 5 Feb 2019 16:12:37 -0600
Subject: [PATCH] Pin versions with corrected syntax.

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c74e8cd..69c2ece 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=0.7.1 pytest-cov=2.5.1
+  - pip install --user pytest-pythonpath==0.7.1 pytest-cov==2.5.1
   - module load  nextflow/0.31.0
   - ln -s /project/shared/bicf_workflow_ref/workflow_testdata/chipseq/*fastq.gz test_data/
 
-- 
GitLab