From b994c524684a2271f4b5f663ddcee1c0d8813396 Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Date: Mon, 4 Mar 2019 11:32:34 +0000 Subject: [PATCH] Add Python CPL --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f071f34e..1c4a6e496 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,8 @@ test: - pip install poppy wget - pip install http://www.univie.ac.at/simcado/SimCADO.tar.gz - python -c "import simcado; simcado.get_extras()" + # Add Python CPL + - pip install python-cpl # Initialize the database with the current Data Model. - export database_user="${POSTGRES_USER}" - coverage run src/micado/toolbox/backends/postgresql/dbtestsetup.py -- GitLab