From 8747b80fa8db71ef44154dd970564c7fdaab1e28 Mon Sep 17 00:00:00 2001
From: Fontrodona Nicolas <nicolas.fontrodona@ens-lyon.fr>
Date: Mon, 26 Oct 2020 14:45:03 +0100
Subject: [PATCH] add requierments for pyBigWig

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 81170ea..8471ff0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,9 @@
 image: "python:3.8-slim"
 
 before_script:
+  - apt-get update
+  - apt-get install libcurl-dev
+  - apt-get install zlib1g
   - pip install coverage
   - pip install matplotlib==3.1.2
   - pip install pandas==1.0.3
-- 
GitLab