Apply hotfix for failing pipelines, ref #1745
This commit is contained in:
parent
7cc62c03d5
commit
12cf0b6f59
|
@ -238,6 +238,7 @@ build_docs:
|
||||||
before_script:
|
before_script:
|
||||||
- cd api
|
- cd api
|
||||||
- pip3 install poetry
|
- pip3 install poetry
|
||||||
|
- poetry run pip install setuptools==59.1.1 # Hotfix for failing pipelines #1745
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry run python manage.py migrate
|
- poetry run python manage.py migrate
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue