From dded5f6cd6d37dc8dfba2071bc6096b9b5b8e461 Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Wed, 29 Apr 2020 08:08:16 +1000
Subject: [PATCH] Add cython to the dockerfiles for testing

---
 containers/v2-dockerfile-test-suite-python35 | 2 +-
 containers/v2-dockerfile-test-suite-python36 | 2 +-
 containers/v2-dockerfile-test-suite-python37 | 2 +-
 containers/v2-dockerfile-test-suite-python38 | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/containers/v2-dockerfile-test-suite-python35 b/containers/v2-dockerfile-test-suite-python35
index 8625bb0dd..252885940 100644
--- a/containers/v2-dockerfile-test-suite-python35
+++ b/containers/v2-dockerfile-test-suite-python35
@@ -34,7 +34,7 @@ RUN pip install --upgrade setuptools coverage-badge
 RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc
 
 # Install dependencies and samplers
-RUN pip install corner lalsuite theano healpy
+RUN pip install corner lalsuite theano healpy cython
 RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest
 
 # Install multinest
diff --git a/containers/v2-dockerfile-test-suite-python36 b/containers/v2-dockerfile-test-suite-python36
index 9142f3b42..40e67bea4 100644
--- a/containers/v2-dockerfile-test-suite-python36
+++ b/containers/v2-dockerfile-test-suite-python36
@@ -34,7 +34,7 @@ RUN pip install --upgrade setuptools coverage-badge
 RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc
 
 # Install dependencies and samplers
-RUN pip install corner lalsuite theano healpy
+RUN pip install corner lalsuite theano healpy cython
 RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest
 
 # Install multinest
diff --git a/containers/v2-dockerfile-test-suite-python37 b/containers/v2-dockerfile-test-suite-python37
index 86e00a543..f72a28a1e 100644
--- a/containers/v2-dockerfile-test-suite-python37
+++ b/containers/v2-dockerfile-test-suite-python37
@@ -34,7 +34,7 @@ RUN pip install --upgrade setuptools coverage-badge
 RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc
 
 # Install dependencies and samplers
-RUN pip install corner lalsuite theano healpy
+RUN pip install corner lalsuite theano healpy cython
 RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest
 
 # Install multinest
diff --git a/containers/v2-dockerfile-test-suite-python38 b/containers/v2-dockerfile-test-suite-python38
index 3e4f50db2..8403053e2 100644
--- a/containers/v2-dockerfile-test-suite-python38
+++ b/containers/v2-dockerfile-test-suite-python38
@@ -34,7 +34,7 @@ RUN pip install --upgrade setuptools coverage-badge
 RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc
 
 # Install dependencies and samplers
-RUN pip install corner lalsuite theano healpy
+RUN pip install corner lalsuite theano healpy cython
 RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest
 
 # Install multinest
-- 
GitLab