Skip to content

Commit

Permalink
move poetry shell commands
Browse files Browse the repository at this point in the history
  • Loading branch information
m-p-esser committed Sep 24, 2023
1 parent 5de0932 commit 0d00a3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions make/01_setup_development.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ env-init: ## Initialize environment, required everytime before the development p
;; \
esac;

.PHONY: dev-init
dev-init: ## Setup environment, so it can be used for dev, test or prod environment
@echo "Activating Poetry Shell"
poetry shell

.PHONY: dev-init
dev-init: ## Setup environment, so it can be used for dev, test or prod environment
@echo "Set GCP Service account as standard service account"
"$(MAKE)" gcp-init
@echo "Logging into Prefect Cloud"
Expand Down

0 comments on commit 0d00a3e

Please sign in to comment.