mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
pin poetry version to 1.8.5
This commit is contained in:
4
Makefile
4
Makefile
@@ -9,10 +9,12 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
|
|||||||
|
|
||||||
## DEVELOPMENT
|
## DEVELOPMENT
|
||||||
|
|
||||||
|
## TODO this line should go under `make generate-version-file`
|
||||||
|
## poetry self update
|
||||||
|
|
||||||
.PHONY: bootstrap
|
.PHONY: bootstrap
|
||||||
bootstrap: ## Set up everything to run the app
|
bootstrap: ## Set up everything to run the app
|
||||||
make generate-version-file
|
make generate-version-file
|
||||||
poetry self update
|
|
||||||
poetry self add poetry-dotenv-plugin
|
poetry self add poetry-dotenv-plugin
|
||||||
poetry lock --no-update
|
poetry lock --no-update
|
||||||
poetry install --sync --no-root
|
poetry install --sync --no-root
|
||||||
|
|||||||
Reference in New Issue
Block a user