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
|
update: check-poetry ## update the sources and installation
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git pull origin master
|
git pull origin master
|
||||||
|
poetry run pip install -U pip
|
||||||
poetry update
|
poetry update
|
||||||
|
|
||||||
lint: ## Run code formatters and linter
|
lint: ## Run code formatters and linter
|
||||||
|
|
Ładowanie…
Reference in New Issue