From 12cf0b6f59a65f50d49a7c9ee68349dd723d3467 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Fri, 1 Apr 2022 09:20:49 +0200 Subject: [PATCH] Apply hotfix for failing pipelines, ref #1745 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 67263e963..eee1d2e56 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -238,6 +238,7 @@ build_docs: before_script: - cd api - pip3 install poetry + - poetry run pip install setuptools==59.1.1 # Hotfix for failing pipelines #1745 - poetry install - poetry run python manage.py migrate script: