From dcbc0fe415071cc78507dba2b4aa8164b2924a09 Mon Sep 17 00:00:00 2001 From: Jordi Loyzaga Date: Sat, 27 Apr 2024 03:47:18 -0600 Subject: [PATCH] please work --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3eff971..a80d382 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,6 @@ type: docker pipeline: unittest: image: python - group: test commands: - pip install -r requirements_test.txt - ./scripts/drone/setup.sh @@ -13,7 +12,6 @@ pipeline: lint: image: python - group: test commands: - pip install -r requirements_test.txt - ./scripts/drone/lint.sh