From 26fca8cf054e3e15caf9d8f3d07c947037cabcda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Wed, 5 Oct 2022 10:26:36 +0200 Subject: [PATCH] ci: add `linux-header` alpine dep @ install_deps job --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 2e93f5b..3153b47 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,6 +35,7 @@ steps: pull: true image: git.roboces.dev/catalin/poetry:beta commands: + - apk add linux-headers - poetry config virtualenvs.in-project 1 - poetry install --with linters,test depends_on: