Skip to content

Commit

Permalink
better model
Browse files Browse the repository at this point in the history
  • Loading branch information
tuulos committed Nov 4, 2024
1 parent 93da28f commit 61ecb51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hello.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from metaflow import FlowSpec, step, card, project

@project(name='mlproject')
class GitHubActionsDemo2(FlowSpec):
class GitHubActionsDemo3(FlowSpec):

@step
def start(self):
Expand All @@ -13,4 +13,4 @@ def end(self):
print('fixed')

if __name__ == "__main__":
GitHubActionsDemo2()
GitHubActionsDemo3()

0 comments on commit 61ecb51

Please sign in to comment.