From ff74f02392d56982d90f5770069b04c1d8a2d412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr> Date: Wed, 7 Mar 2018 16:23:21 +0100 Subject: [PATCH] print python3/pip3 versions to debug latest django_extensions problem Former-commit-id: f3f2947e586e66faa94013f868645cd912294bee --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 812cfe61..63bfff65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,8 @@ test-centos7: - yum install -y gcc-c++ - cd ippisite - pip3 install -r requirements.txt + - pip3 -V #test pip3 version + - python3 -V # test python3 version - python3 manage.py test deploy-webserver: stage: deploy -- GitLab