diff --git a/.automation.yml b/.automation.yml index 9ad86c3..1e03c92 100644 --- a/.automation.yml +++ b/.automation.yml @@ -7,5 +7,4 @@ steps: image: python:3.11-slim commands: - echo hello - - echo world - - python example.py \ No newline at end of file + - echo world \ No newline at end of file