Skip buggy Poetry v1.2.0 version

This commit is contained in:
JensDiemer 2022-09-15 11:40:54 +02:00
parent d3af58ef6b
commit 04f1b6f7b9

View file

@ -18,13 +18,12 @@ check-poetry:
install-poetry: ## install or update poetry
pip3 install -U pip
pip3 install -U poetry
pip3 install -U "poetry!=1.2.0"
install: check-poetry ## install project via poetry
poetry install
update: install-poetry ## update the sources and installation and generate "conf/requirements.txt"
poetry run pip install -U pip
poetry update
poetry export -f requirements.txt --output conf/requirements.txt