From 255a7357450aafe0b18fce21edd127c23fedb7d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Thu, 11 Aug 2022 19:47:36 +0200 Subject: [PATCH] ci: debug --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 806b783..1848715 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,7 +33,7 @@ steps: - poetry install --with linters - name: lint - image: python:3.10-slim + image: git.roboces.dev/catalin/poetry:beta commands: - ./venv/bin/pre-commit run --all-files --color always