From f4411bb204e0fad4b69421e7e11cef1bb315629e Mon Sep 17 00:00:00 2001 From: Pavel Lutskov Date: Sun, 12 Sep 2021 12:24:09 +0200 Subject: [PATCH] Test making CI/CD parallel (2) --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 2d93105..30930f6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ steps: image: pyfound/black:21.7b0 commands: - black --check --diff --quiet . + depends_on: [] - name: test-python-3.8 image: python:3.8-slim