From 6f1020e4ee8354957c6bc1aafa1d7a2cc0419553 Mon Sep 17 00:00:00 2001 From: Valentin David Date: Tue, 21 Aug 2018 11:04:34 +0200 Subject: Show dependencies versions --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 186bcc6da..a95845a0f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,6 +76,7 @@ source_dist: - chown -R buildstream:buildstream buildstream - cd buildstream + - su buildstream -c 'python3 setup.py show' # Run the tests from the source distribution, We run as a simple # user to test for permission issues - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts --integration' -- cgit v1.2.1