update pip before call "poetry update"

pull/37/head
JensDiemer 2020-12-29 14:17:18 +01:00
rodzic f080b851a9
commit 6e0e355fa8
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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