Skip to content

Commit

Permalink
fix flow name
Browse files Browse the repository at this point in the history
  • Loading branch information
tuulos committed May 19, 2024
1 parent 6ed5d5b commit b73c836
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,6 +1,6 @@
from metaflow import FlowSpec, step, card, schedule

class HelloFlow(FlowSpec):
class GitHubActionsDemo(FlowSpec):

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

if __name__ == "__main__":
HelloFlow()
GitHubActionsDemo()

0 comments on commit b73c836

Please sign in to comment.