From f11abfb8c3fea6d341234f15146cb97c634b966b Mon Sep 17 00:00:00 2001 From: Tristan van Berkom Date: Mon, 14 Sep 2020 16:55:04 +0900 Subject: .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. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1