Apply hotfix for failing pipelines, ref #1745

This commit is contained in:
Georg Krause 2022-04-01 09:20:49 +02:00
commit 12cf0b6f59
No known key found for this signature in database
GPG key ID: 2970D504B2183D22

View file

@ -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: