kopia lustrzana https://github.com/jedie/PyInventory
update pip before call "poetry update"
rodzic
f080b851a9
commit
6e0e355fa8
1
Makefile
1
Makefile
|
@ -34,6 +34,7 @@ manage-update: ## Collectstatic + makemigration + migrate
|
|||
update: check-poetry ## update the sources and installation
|
||||
git fetch --all
|
||||
git pull origin master
|
||||
poetry run pip install -U pip
|
||||
poetry update
|
||||
|
||||
lint: ## Run code formatters and linter
|
||||
|
|
Ładowanie…
Reference in New Issue