Skip to content

Commit

Permalink
Merge branch 'feature/remove-secrets-manages' of github.com:zenml-io/…
Browse files Browse the repository at this point in the history
…zenml into feature/remove-secrets-manages
  • Loading branch information
stefannica committed Dec 18, 2023
2 parents b7791fc + 0801a15 commit da674a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/e2e/.copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: 2023.12.06
_commit: 2023.12.12
_src_path: gh:zenml-io/template-e2e-batch
data_quality_checks: true
email: ''
Expand Down
2 changes: 1 addition & 1 deletion examples/e2e/steps/deployment/deployment_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
def deployment_deploy() -> (
Annotated[
Optional[MLFlowDeploymentService],
ArtifactConfig(name="mlflow_deployment", is_endpoint_artifact=True),
ArtifactConfig(name="mlflow_deployment", is_deployment_artifact=True),
]
):
"""Predictions step.
Expand Down

0 comments on commit da674a1

Please sign in to comment.