Apply hotfix for failing pipelines, ref #1745

This commit is contained in:
Georg Krause 2022-04-01 09:20:49 +02:00
parent 7cc62c03d5
commit 12cf0b6f59
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 1 additions and 0 deletions

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: