From c95d8d1e9ca473fdf06e3759661a3993392ab721 Mon Sep 17 00:00:00 2001 From: Ada Date: Tue, 26 Sep 2023 11:44:59 +0200 Subject: [PATCH] fix(ci): missing apt update --- .woodpecker/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index de88dec..256a50f 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -2,6 +2,7 @@ steps: ruff: image: ubuntu:23.04 commands: + - apt update - apt -y install python3 python3-pip - pip3 install -r requirements-dev.txt - ruff check . \ No newline at end of file