From 7ff435c8fe9cdc80b81d1913bf04845be2ffb41d Mon Sep 17 00:00:00 2001 From: Pils10 Date: Wed, 18 Sep 2024 22:30:35 +0000 Subject: [PATCH] .automation.yml aktualisiert --- .automation.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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