Skip to content
Snippets Groups Projects
Commit 36cc48b6 authored by nfontrod's avatar nfontrod
Browse files

.gitlab-ci.yml: add required dependencies for pyBigWig

parent aa105eb5
No related branches found
No related tags found
No related merge requests found
Pipeline #115 failed
......@@ -2,8 +2,10 @@ image: "python:3.8-slim"
before_script:
- apt-get update
- apt-get install -y libcurl-dev
- apt-get install build-essential
- apt-get install -y libcurl4-gnutls-dev
- apt-get install -y zlib1g
- apt-get install -y zlib1g-dev
- pip install coverage
- pip install matplotlib==3.1.2
- pip install pandas==1.0.3
......
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