From 30be0bb2dd1ea7e0b10eb5b286457482d8a41fb6 Mon Sep 17 00:00:00 2001 From: s3lph Date: Sat, 12 Aug 2023 15:07:08 +0200 Subject: [PATCH] fix(ci): instal dependencies in schleuder integration test phase --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index e93dd3c..c9ff78d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -28,6 +28,7 @@ steps: image: python:3.11-bookworm group: test commands: + - pip3 install -e .[test] - echo "postfix postfix/mailname string example.org" | debconf-set-selections - echo "postfix postfix/main_mailer_type string 'Local only'" | debconf-set-selections - apt update; apt install --yes schleuder schleuder-cli postfix patch