fix merge conflict

This commit is contained in:
Michael Duong 2023-12-22 09:54:35 +00:00
commit 598c1118f3
2 changed files with 1 additions and 2 deletions

View file

@ -2,7 +2,7 @@ name: Sap Change Model Deploy
on:
push:
branches: [ sap-dev, sap-prod ]
branches: [ sap-dev, sap-prod, heat-dev, heat-prod, carbon-dev, carbon-prod]
jobs:
deploy:

View file

@ -67,7 +67,6 @@ def build_model(
test_data: Union[pd.DataFrame, None] = None,
pipeline_mode: bool = False,
):
logger.info("--- Loading Data for build process ---")
if train_data is None: