summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2020-09-14 09:28:49 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2020-09-14 09:28:49 +0000
commit06d4789e0f8689998b5bb698cd67f881e96c8017 (patch)
tree636076a3064144dcec857f40ae9cc6acf19c869a
parenta0b15334f8e819073b7a06eda852f829fd452793 (diff)
parentf11abfb8c3fea6d341234f15146cb97c634b966b (diff)
downloadbuildstream-06d4789e0f8689998b5bb698cd67f881e96c8017.tar.gz
Merge branch 'tristan/fix-analysis' into 'master'
.gitlab-ci.yml: Workaround radon packaging issue See merge request BuildStream/buildstream!2065
-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