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:
parent
049c599f19
commit
adffe16bb7
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue