From 7e207267570dbb49e18c8ebf09dcdb59bbaa1834 Mon Sep 17 00:00:00 2001
From: hanna julienne <hanna.julienne@pasteur.fr>
Date: Thu, 28 Nov 2019 17:08:54 +0100
Subject: [PATCH] add install pandas to .yml
---
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 595e9d1..0d22496 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,6 +15,7 @@ pages:
- pip3 install sphinx
- pip3 install sphinxcontrib-bibtex sphinx_rtd_theme sphinx-argparse
- pip3 install -r requirements.txt
+ - pip3 install pandas
- cd doc
- sphinx-apidoc -f -o ./source/_autosummary/ ../jass_preprocessing/
- make html
--
GitLab