diff --git a/.automation.yml b/.automation.yml index 85cf902..7fd5436 100644 --- a/.automation.yml +++ b/.automation.yml @@ -9,5 +9,4 @@ steps: - name: test image: python commands: - - pip install -r requirements.txt - - pytest \ No newline at end of file + - python example.py \ No newline at end of file