From fdc74bbf9e38d681ed6aa4d8e3047e2fdf129d27 Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 3 May 2024 22:10:13 +0200 Subject: [PATCH] ci: fix missing dependency for isort --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index b178799..2528de9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,7 @@ steps: - name: check style image: python:3.12-alpine commands: + - apk add --no-cache git # required by isort to skip files in .gitignore - pip install black isort - black --check . - isort -c .