summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTristan van Berkom <tristan@codethink.co.uk>2020-09-14 16:55:04 +0900
committerTristan van Berkom <tristan@codethink.co.uk>2020-09-14 16:55:04 +0900
commitf11abfb8c3fea6d341234f15146cb97c634b966b (patch)
tree636076a3064144dcec857f40ae9cc6acf19c869a /.gitlab-ci.yml
parenta0b15334f8e819073b7a06eda852f829fd452793 (diff)
downloadbuildstream-f11abfb8c3fea6d341234f15146cb97c634b966b.tar.gz
.gitlab-ci.yml: Workaround radon packaging issue
Our radon job appears to have started failing over the weekend, filed upstream report here: https://github.com/rubik/radon/issues/199 For now, use a simple workaround.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5f8949dc0..df0c26b89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -370,6 +370,8 @@ analysis:
stage: post
script:
- |
+ # Workaround radon issue not requiring it's dependency
+ pip3 install flake8_polyfill
pip3 install radon
mkdir analysis