Skip to content

Commit 61ecb51

Browse files
committed
better model
1 parent 93da28f commit 61ecb51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hello.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from metaflow import FlowSpec, step, card, project
22

33
@project(name='mlproject')
4-
class GitHubActionsDemo2(FlowSpec):
4+
class GitHubActionsDemo3(FlowSpec):
55

66
@step
77
def start(self):
@@ -13,4 +13,4 @@ def end(self):
1313
print('fixed')
1414

1515
if __name__ == "__main__":
16-
GitHubActionsDemo2()
16+
GitHubActionsDemo3()

0 commit comments

Comments
 (0)