1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyinventory_ynh.git synced 2024-09-03 20:16:09 +02:00

Skip buggy poetry v1.2.0

This commit is contained in:
JensDiemer 2022-09-13 21:13:24 +02:00
parent 049c599f19
commit adffe16bb7

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