From 21ed0188a722623d3f4d5c5beb4b57a704394613 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Thu, 27 Jul 2023 16:37:49 -0700 Subject: [PATCH] Try to fix CI --- .woodpecker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 70dde8a..89dc932 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -3,7 +3,7 @@ steps: image: python:3.11 commands: - pip install hatch - - hatch lint:lint + - hatch run lint:lint build: image: python:3.11 commands: