From b20f7f632261f83d25a7527cb318c5391fe053d1 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 24 Apr 2020 14:33:29 +0200 Subject: [PATCH] Drop missing deps for now (testing) --- .drone.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2b434b2..22a5895 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,3 @@ steps: commands: - pip install -e . - cd integration-test-role && molecule test -depends_on: - - linters - - packaging - - py38