mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
change default for make file
This commit is contained in:
parent
cde8801c1e
commit
8d2e96bdba
2 changed files with 3 additions and 2 deletions
|
|
@ -1 +1,2 @@
|
|||
stages = ["dev", "staging", "prod"]
|
||||
# .gto config file
|
||||
stages: [dev, stage, prod] # list of allowed Stages
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ export PATH := $(PYENV_ROOT)/bin:$(PATH)
|
|||
PYTHON_VERSION ?= 3.10.12
|
||||
|
||||
.PHONY: init
|
||||
init: dev-pyenv dvc-init
|
||||
init: dev-pyenv
|
||||
|
||||
.PHONY: dev-pyenv
|
||||
dev-pyenv:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue